Hi,

You probably won't get any errors anymore because the program is not
being compiled. I would guess that this line is the single most
important line in the whole Makefile :-)

I don't know the detailed meaning of this line, but the $(LDFLAGS) is
usually the set of flags specific for linking.

Your warning seems to indicate a problem with your software setup. What
is the exact command you use to compile? What application are you trying
to compile? Do you manage to compile the Null application for the
desired platform? If so, what about Blink?

Cheers,
Urs


mejda chouaieb schrieb:
> Hello All,
> can someone please expalin to me the meaning of this line and if something 
> for linking is present here :
> $(NCC) -o $(MAIN_EXE) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) 
> $(COMPONENT).nc $(LIBS) $(LDFLAGS)
> because when i copile for my new platform I have a linking error from the 
> toolchain:
> /ba-elf/bin/../lib/gcc/ba-elf/4.1.2/../../../../ba-elf/bin/ld: warning: 
> cannot find entry symbol _start; defaulting to 00000000
> and when I put # in front of this line this warning disappears !!!
> Thanks for help

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to