[Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Derek Tarm
I've just install the XubunTOS, but I found every worked fine except the make telosb. Here is the message: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ sudo make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall

Re: [Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Chad Metcalf
Did you alter your path? Or change something in the environment? Because a standard XubunTOS install has all the packages needed to build telosb. We test this fairly intensively before we release. Chad On 10/14/07, Derek Tarm [EMAIL PROTECTED] wrote: I've just install the XubunTOS, but I found

Re: [Tinyos-help] I could not do 'make telosb' in XubunTOS

2007-10-14 Thread Chad Metcalf
After further review the XubunTOS team noticed you are using sudo. sudo make telosb Won't work. Please try again without the sudo. You should have read/write access to the tinyos directories so you shouldn't need to ever use sudo when compiling or general development. You might need it for