After some tweaking I managed to install cedet. I tried
it with a simple C program and run into trouble. those
were:
in this line
LD_LINK=$(LD) $(LDFLAGS) -L. -o $@ $^
and in the main target to generate the code
main: $(main_OBJ)
$(LD_LINK) $^
which together gives
$(LD) $(LDFLAGS) -L. -o $@ $^ $^
which of course confuses the linker
The other problem was that I could not use ld as is (am
running on a unstable Debian here) but had to use gcc
for linking.
Am not sure if I misused cedet, or if that are really
bugs. I hope you find this message usefule neverthless.
Regards
Friedrich
Nobody/Anonymous ( nobody ) - 2004-05-26 09:23:44 PDT
5
Closed
Accepted
Eric M. Ludlam
ede
None
Public
|
Date: 2005-04-28 21:38:37 PDT Logged In: YES |