i386-rtems

Ralf Corsepius corsepiu at faw.uni-ulm.de
Tue Aug 15 09:11:48 UTC 2000


Damjan Lampret wrote:
> 
> Hi,
> 
> I have installed all i386-rtems tools on my i386 RH Linux 6.2 box. I
> encounter the following problems:
> 
> # rtems-ss-20000811/configure --target=i386-rtems --enable-rtemsbsp=pc386
> --disable-posix --disable-itron
> 

There are several potential issues with this command line:

1. Are you having the source-tree in a subdirectory of you
build-directory? This might interfere with building, because the
process of building creates directories. Please use a separate and
empty build-directory instead.

2. Not specifying --prefix means installing to /usr/local. This
should not hurt wrt. rtems, but might interfere with other packages,
esp. because /usr/local/[include|lib] are special for your native
gcc (Having a cross compiler's headers in /usr/local/include will
cause native compilation to pull them in instead of the host's
system headers).

> /opt/rtems/bin/i386-rtems-gcc --pipe -B../../../../../pc386/lib/ -specs
> bsp_specs -qrtems -g -Wall -ansi -fasm         -c   -O4
> -o o-optimize/imfs_eval.o
> ../../../../../rtems-ss-20000811/c/src/lib/libc/imfs_eval.c
> ../../../../../rtems-ss-20000811/c/src/lib/libc/imfs_eval.c: In function
> `IMFS_evaluate_sym_link':

I can't reproduce this one (However I am using a modified version of
the sources, so this doesn't necessarily count:)
 
I would recommend to try again, using an empty build directory,
then.

Ralf

-- 
Ralf Corsepius 
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung
(FAW)
Helmholtzstr. 16, 89081 Ulm, Germany     Tel: +49/731/501-8690
mailto:corsepiu at faw.uni-ulm.de           FAX: +49/731/501-999  
http://www.faw.uni-ulm.de



More information about the users mailing list