Need help building RTEMS

Richard Campbell campbrd at gmail.com
Mon Feb 15 19:22:00 UTC 2016


I am following the Quick Start instructions and have successfully built the toolchain and bootstrapped RTEMS but make fails when building in b-sis.

The HEAD of b-sis/config.log:

 $ ../rtems/configure --target=sparc-rtems4.11 --enable-rtemsbsp=sis --enable-tests=samples --prefix=/home/campbrd/development/rtems/4.11

Make fails here:

gmake[5]: Entering directory '/home/campbrd/development/rtems/rsb/b-sis/sparc-rtems4.11/c/sis/cpukit/libfs'
Making all in src/nfsclient
gmake[6]: Entering directory '/home/campbrd/development/rtems/rsb/b-sis/sparc-rtems4.11/c/sis/cpukit/libfs/src/nfsclient'
sparc-rtems4.11-gcc --pipe -DHAVE_CONFIG_H   -I../../.. -I../../../../cpukit/../../../sis/lib/include -I../../../../../../../../rtems/c/src/../../cpukit/libfs/src/nfsclient/proto -UHAVE_CEXP -I../../../../../../../../rtems/c/src/../../cpukit/libfs/src/nfsclient/proto -UHAVE_CEXP   -mcpu=cypress -O2 -g -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libnfs_a-rpcio.o -MD -MP -MF src/.deps/libnfs_a-rpcio.Tpo -c -o src/libnfs_a-rpcio.o `test -f 'src/rpcio.c' || echo '../../../../../../../../rtems/c/src/../../cpukit/libfs/src/nfsclient/'`src/rpcio.c
Makefile:547: recipe for target 'src/libnfs_a-rpcio.o' failed


My development system:

uname -a
Linux localhost.localdomain 4.3.5-300.fc23.x86_64 #1 SMP Mon Feb 1 03:18:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

My path when bootstrapping:

 echo $PATH
/home/campbrd/development/rtems/4.11/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/campbrd/.local/bin:/home/campbrd/bin

which autoconf
~/development/rtems/4.11/bin/autoconf

which automake
~/development/rtems/4.11/bin/automake



There is an rpcio.c:

find . -name rpcio.c
./rtems/rsb/rtems/cpukit/libfs/src/nfsclient/src/rpcio.c

Thanks for your help,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20160215/a5166575/attachment-0001.html>


More information about the users mailing list