Hello,

I have followed build page instructions and have a missing input from the c 
libraries when I run configure like this:
========================
$ cp -a gcc/gcc-3.4/* gcc-3.3.3

Make a gcc build dir
mkdir msp430gcc

$ cd msp430gcc
$ ../gcc-3.3.3/configure --target=msp430 --prefix=/opt/mspgcc    
--with-local-prefix=/usr/include
$ make
=====================
message says can't find fp-bit.c

So then I tried putting fp-bit.c from in the build dir where it could find it:
$ make clean
$ ../gcc-3.3.3/configure --target=msp430 --prefix=/opt/mspgcc    
--with-local-prefix=/usr/include
$ make
==================
and I am told something is missing still:

fp-bit.c: In function `nan':
fp-bit.c:153: error: `__thenan_df' undeclared (first use in this function)



I'm probably going about this wrong.   Should I be using 
-with-local-prefix=/usr/include?
Should I copy all the .c and .h files from gcc-3.3.3/gcc dir to 
/opt/mspgcc/include and use  --with-local-prefix=/opt/mspgcc/include  ?

Thanks,

John G

-- 
John Griessen    Cibolo Design       Austin Texas, linux counter #249315

Reply via email to