Tracker: Bugs

5 Could that be bugs? - ID: 960952
Last Update: Comment added ( zappo )

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


Comment ( 1 )




Date: 2005-04-28 21:38:37 PDT
Sender: zappoSourceForge.net SubscriberProject Admin

Logged In: YES
user_id=88537

The funny link line has been fixed.

You need to create your own alternate compiler/linker
symbols when
the built-in ones do not work.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2005-04-28 21:38:37 PDT zappo
resolution_id None 2005-04-28 21:38:37 PDT zappo
close_date - 2005-04-28 21:38:37 PDT zappo
assigned_to nobody 2004-12-28 17:11:01 PST zappo