Problem to save file on the hard disk! What I have to set to do it ?

Karel Gardas kgardas at objectsecurity.com
Fri Mar 17 14:47:09 UTC 2006


On Fri, 17 Mar 2006, Matteo wrote:

>
> First of all I do " export PATH="$PATH:/usr/local/rtems/rtems4.7/bin" "
>
> I applied the path for binutils-2.16.1 and newlib-1.13.0
>
> I configure binutils like following ;
>
> ../binutils-2.16.1/configure --target=i386-rtems4.7
> --prefix=/usr/local/rtems/rtems4.7
>
> and I compiled it ; make -w all install
>
> I configure gcc like following ;
> ../gcc-4.0.2/configure --target=i386-rtems4.7 --prefix=/usr/local/rtems/rtems4.7
> --with-gnu-as --with-gnu-ld --with-newlib --verbose --with-system-zlib
> --disable-nls --enable-version-specific-runtime-libs --enable-threads=rtems
> --enable-languages=c,c++
>
> and I compiled it ; make -w all install
>
> The directory tree is;
> /usr/local/rtems/rtems4.7
> /usr/local/rtems/source/tool/binutils-2.16.1
> /usr/local/rtems/source/tool/newlib-1.13.0
> /usr/local/rtems/source/tool/gcc-4.0.2
>
> and I have succesfully compile binutils but I have problem with gcc, like you
> can see below :), I think to have follow all the istruction, may be I forget to
> set something ?

and have you done this:

cd /usr/local/rtems/source/tool/gcc-4.0.2
ln -s /usr/local/rtems/source/tool/newlib-1.13.0/newlib .

before you configure gcc?

Karel
--
Karel Gardas                  kgardas at objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com



More information about the users mailing list