From mboxrd@z Thu Jan 1 00:00:00 1970 From: Koundinya K To: insight@sourceware.cygnus.com Subject: problems compiling Insight-20000204... Date: Mon, 14 Feb 2000 09:16:00 -0000 Message-id: <38A8A926.7939701D@dde.dk> X-SW-Source: 2000-q1/msg00067.html hi all, I am trying to compiler the snapshot of insight mentioned in the Subject to my mips based machine running SVR4.2 UNIX ( mips-dde-sysv4.2MP). Previously I was able to compile insight-19990928 and I have been using it for sometime now. The error I get is. "../../insight-20000204/gdb/proc-api.c", line 556: undefined symbol: BREAKPOINT "../../insight-20000204/gdb/proc-api.c", line 556: warning: {}-enclosed initializer required "../../insight-20000204/gdb/proc-api.c", line 556: non-constant initializer: op "NAME" make[1]: *** [proc-api.o] Error 1 make[1]: Leaving directory `/gnu/debuggers/build-insight-20000204/gdb' make: *** [all-gdb] Error 2 halfway:3919 2[/gnu/debuggers/build-insight-20000204] Apparently this file proc-api.c is a new file, which I don't see in nsight-19990928. Like other targets BREAKPOINT should be defined in the relevant tm file . In my case tm-mipsv4.h. But this is not defined. Any pointers on what this could be defined as or atleast pointing me to the relevant docs could be helpful. Thanks in advance for any help received. With best regards Koundinya