Yes I have tried it. This is what I get;

[r...@localhost Sense]# make mica2 install mib510,/dev/ttyUSB0
mkdir -p build/mica2
    compiling SenseAppC to a mica2 binary
ncc -o build/mica2/main.exe  -Os -Wall -Wshadow -Wnesc-all -target=mica2 
-fnesc-cfile=build/mica2/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 
--param max-inline-insns-single=100000 -DIDENT_APPNAME=\"SenseAppC\" 
-DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"localhost.local\" 
-DIDENT_USERHASH=0x53b81074L -DIDENT_TIMESTAMP=0x49ca3c40L 
-DIDENT_UIDHASH=0x08e7e3cdL -fnesc-dump=wiring 
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, 
components)' -fnesc-dumpfile=build/mica2/wiring-check.xml SenseAppC.nc -lm 
/opt/tinyos-2.x/tos/platforms/mica2/chips/cc1000/HplCC1000SpiP.nc:62: internal 
compiler error: in start_function, at c-decl.c:6248
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [exe0] Error 1


 --
George Adamides




________________________________
From: Urs Hunkeler <u...@gmx.ch>
To: George Adamides <gmadam...@yahoo.com>
Cc: tinyos-help@millennium.berkeley.edu
Sent: Wednesday, March 25, 2009 3:04:43 AM
Subject: Re: [Tinyos-help] make micaz instlal - why it won't work?

Hi George,

Just to be on the save side, have you tried the following command (in 
case you forgot to do a make mica2)?

make mica2 install mib510,/dev/ttyUSB0

Cheers,
Urs


George Adamides wrote:
> Hello again
> OK I followed the instructions but it still doesn;t work. This is what I get:
> 
> [r...@localhost Blink]# make mica2 reinstall mib510,/dev/ttyUSB0
> cp build/mica2/main.srec build/mica2/main.srec.out
> cp: cannot stat `build/mica2/main.srec': No such file or directory
> make: *** [setid] Error 1
> [r...@localhost Blink]# 
> 
> 
>  --
> George Adamides
> 
> 
> 
> 
> ________________________________
> From: Marco Antonio Lopez Trinidad <marco.lo...@unige.it>
> To: George Adamides <gmadam...@yahoo.com>
> Sent: Tuesday, March 24, 2009 12:15:03 PM
> Subject: Re: [Tinyos-help] make micaz instlal - why it won't work?
> 
> 
> Hi,
> 
> "dmesg"
> 
> --marco.
> 
>> Thank you for this information. I am running this on linux FEDORA 9. Do you
>> know how can I find out which USB port I am using?
>>
>>  --
>> George Adamides
>>
>>
>>
>>
>> ________________________________
>> From: Marco Antonio Lopez Trinidad <marco.lo...@unige.it>
>> To: George Adamides <gmadam...@yahoo.com>
>> Sent: Tuesday, March 24, 2009 12:03:20 PM
>> Subject: Re: [Tinyos-help] make micaz instlal - why it won't work?
>>
>>
>> Hi,
>>
>> It looks like the make command call is incomplete.
>>
>> It should be:
>>
>> "make micaz install,NODE_ID programming_board,programming_port"
>>
>> programming_board is the one you have, a mib maybe.
>> programming_port is the port where the programing board is plugged, any
>> /dev/ttyXXX.
>>
>> --marco.
>>
>>> Hello everybody
>>> I am trying do something very simple, basically through the tutorials,
>> since
>>> I am new to the tinyOS. Anyways, when trying to compile the very simple
>> Blink
>>> application using $make micaz install, I get the following error on my
>>> screen. I would appreciate it if someone could explain what am i doing
>> wrong.
>>> Thank you
>>>
>>> [r...@localhost Blink]# make micaz install
>>> mkdir -p build/micaz
>>>     compiling BlinkAppC to a micaz binary
>>> ncc -o build/micaz/main.exe  -Os -Wall -Wshadow -Wnesc-all -target=micaz
>>> -fnesc-cfile=build/micaz/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22
>>> --param max-inline-insns-single=100000 -DIDENT_APPNAME=\"BlinkAppC\"
>>> -DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"localhost.local\"
>>> -DIDENT_USERHASH=0x53b81074L -DIDENT_TIMESTAMP=0x49c8e821L
>>> -DIDENT_UIDHASH=0xfd38e8feL -fnesc-dump=wiring
>>> -fnesc-dump='interfaces(!abstract())'
>> -fnesc-dump='referenced(interfacedefs,
>>> components)' -fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm
>>> /opt/tinyos-2.x/tos/chips/atm128/timer/HplAtm128Timer0AsyncP.nc:178:
>> internal
>>> compiler error: in start_function, at c-decl.c:6248
>>>
>>>
>>>  --
>>> George Adamides



      
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to