Re: [Tinyos-help] Help compiling TinyOS from source

2011-06-07 Thread Markus Becker
hi, I got the same issues with mig creating a broken serialpacket.h on Debian with the Stanford repo packages and recent gcc's. cd $TOSROOT/support/sdk/c/sf make distclean Note that make clean and make distclean do not remove serialpacket.h, thus it will not be recreated by make. Has this

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-25 Thread Eric Decker
yep. your mig is doing very strange things. What system are you running on? Perhaps windows? So I looked into what mig I've got and here is what I see... (my mig works fine, same output as your friend) zot (159): which mig /usr/bin/mig zot (160): dpkg -S /usr/bin/mig tinyos-tools:

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-25 Thread Eric Decker
Well I went looking to see if I could figure out how to build the misc. tools from scratch and discovered there is no source package. So poked around some more. And was able to find... At the top level of the tinyos repo is tools which have a lot of stuff including man pages for mig and ncc.

[Tinyos-help] Help compiling TinyOS from source

2011-03-24 Thread Denilson Figueiredo de Sá
Hello! I got TinyOS 2.1.0 tarball, but the same issue also happens when I try a checkout from tinyos-main SVN at Google Code. I go to support/sdk/c/sf directory, and then type ./bootstrap, followed by ./configure. It all goes fine. However, the following error shows up when I type make: make

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-24 Thread Eric Decker
I helps if you read the instructionsie. Look at the README file and follow the instructions. It says. ./bootstrap ./configure --prefix=somewhere make But if you look carefully at what you typed below, you typed make all-am. Not sure why you did that. This short circuits