I am trying to install tinyos on kubuntu following the instructions on:
http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/
it is the mspgcc section where i got stuck:
thus when i install ./build-mspgcc install command i get the following (i did this twice so second time
all the downloaded packages were already present):
----------------------------------------------
processing MSPGCC_CVS
download MSPGCC_CVS: found archive/mspgcc-cvs.tar.gz, skipping download
found build/mspgcc-cvs, skipping decompress
found build/mspgcc-cvs/build-complete, skipping build
installing MSPGCC_CVS
processing BINUTILS
download BINUTILS: found archive/binutils-2.17.tar.bz2, skipping download
found build/binutils-2.17, skipping decompress
building BINUTILS
loading cache ./config.cache
checking host system type... i686-pc-linux-gnulibc1
checking target system type... msp430-unknown-none
checking build system type... i686-pc-linux-gnulibc1
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc-3.4
checking whether the C compiler (gcc-3.4 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
------------------------
as far as installation gcc it appears to be installed in adapt package manager for kubuntu, I even reinstalled it to make sure....
is there any configuration required for c compiler to allow it to creat executables
Many Thanks
http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/
it is the mspgcc section where i got stuck:
thus when i install ./build-mspgcc install command i get the following (i did this twice so second time
all the downloaded packages were already present):
----------------------------------------------
processing MSPGCC_CVS
download MSPGCC_CVS: found archive/mspgcc-cvs.tar.gz, skipping download
found build/mspgcc-cvs, skipping decompress
found build/mspgcc-cvs/build-complete, skipping build
installing MSPGCC_CVS
processing BINUTILS
download BINUTILS: found archive/binutils-2.17.tar.bz2, skipping download
found build/binutils-2.17, skipping decompress
building BINUTILS
loading cache ./config.cache
checking host system type... i686-pc-linux-gnulibc1
checking target system type... msp430-unknown-none
checking build system type... i686-pc-linux-gnulibc1
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc-3.4
checking whether the C compiler (gcc-3.4 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
------------------------
as far as installation gcc it appears to be installed in adapt package manager for kubuntu, I even reinstalled it to make sure....
is there any configuration required for c compiler to allow it to creat executables
Many Thanks
Comment