[Tinyos-help] linking problems, can someone please tell me how to call a C file in .target ?

2007-12-16 Thread mejda chouaieb
se tell me how to call a C file in .target ? - Message d'origine De : Kevin Klues <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] Cc : mejda chouaieb <[EMAIL PROTECTED]>; tinyos-help@millennium.berkeley.edu Envoyé le : Dimanche, 16 Décembre 2007, 1h55mn 53s Objet : Re: Re : Tr : Re : [T

Re: Re : Tr : Re : [Tinyos-help] linking problems

2007-12-15 Thread Kevin Klues
; > /JN513xR1/Include -I > > -I/opt/tinyos-2.x/tos/chips/JN5139R1/Chip/Common/Include > N > > ullAppC.nc -lm > > compiled NullAppC to build/isense/main.exe > > 360 bytes in ROM > >4 bytes in RAM > > ba-elf-objcopy --output-targ

Re: Re : Tr : Re : [Tinyos-help] linking problems

2007-12-14 Thread Michael Schippling
e build/isense/main.ihex writing TOS image _ Thanks - Message d'origine De : Michael Schippling <[EMAIL PROTECTED]> À : mejda chouaieb <[EMAIL PROTECTED]> Cc : tinyos-help@millennium.ber

Re : Tr : Re : [Tinyos-help] linking problems

2007-12-14 Thread mejda chouaieb
ks - Message d'origine De : Michael Schippling <[EMAIL PROTECTED]> À : mejda chouaieb <[EMAIL PROTECTED]> Cc : tinyos-help@millennium.berkeley.edu Envoyé le : Vendredi, 14 Décembre 2007, 18h48mn 09s Objet : Re: Tr : Re : [Tinyos-help] linking problems My guess would be that

Re: Tr : Re : [Tinyos-help] linking problems

2007-12-14 Thread Michael Schippling
Cc : tinyos-help@millennium.berkeley.edu Envoyé le : Vendredi, 14 Décembre 2007, 9h58mn 07s Objet : Re: [Tinyos-help] linking problems 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 w

Tr : Re : [Tinyos-help] linking problems

2007-12-14 Thread mejda chouaieb
first to compile the Null application for that platform. Thanks - Message d'origine De : Urs Hunkeler <[EMAIL PROTECTED]> À : mejda chouaieb <[EMAIL PROTECTED]> Cc : tinyos-help@millennium.berkeley.edu Envoyé le : Vendredi, 14 Décembre 2007, 9h58mn 07s Objet : Re: [Tin

Re: Re : [Tinyos-help] linking problems

2007-12-14 Thread Urs Hunkeler
e : Urs Hunkeler <[EMAIL PROTECTED]> > À : mejda chouaieb <[EMAIL PROTECTED]> > Cc : tinyos-help@millennium.berkeley.edu > Envoyé le : Vendredi, 14 Décembre 2007, 9h58mn 07s > Objet : Re: [Tinyos-help] linking problems > > Hi, > > You probably won't get any er

Re: [Tinyos-help] linking problems

2007-12-14 Thread Urs Hunkeler
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. Y

[Tinyos-help] linking problems

2007-12-13 Thread mejda chouaieb
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