[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem when building RTEMS for ARM
- Date: Fri, 6 Jul 2007 15:16:24 +0800 (CST)
- From: garfunklertems at 163.com (garfunklertems)
- Subject: problem when building RTEMS for ARM
Hi all,
I am a newcomer in RTEMS field and I am trying to build my first RTEMS for ARM.
I have built the cross compilation tools followed started.pdf which is downloaded from ftp.rtems.com.
The compilation toolchain could yeild valid ARM assembly code when compiling simple C code, but when I turned to the compilation of the whole RTEMS, the problem came out.
make[5]: *** [src/libcsupport_a-readlink.o] Error 1
make[5]: Leaving directory `/home/garfunkle/RTEMS/RTEMS_code/first/arm-rtems/c/csb336/cpukit/libcsupport'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/garfunkle/RTEMS/RTEMS_code/first/arm-rtems/c/csb336/cpukit'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/garfunkle/RTEMS/RTEMS_code/first/arm-rtems/c/csb336/cpukit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/garfunkle/RTEMS/RTEMS_code/first/arm-rtems/c/csb336'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/garfunkle/RTEMS/RTEMS_code/first/arm-rtems/c'
make: *** [all-recursive] Error 1
My environment:
[
Debian etch
Cross-compilation toolchain: binutils-2.17, gcc-4.0.1, gdb-6.5, newlib-1.15.0
]
My command:
[
../rtems-4.7.99.1/configure --target=arm-rtems --disable-posix --disable-networking --disable-cxx --enable-rtemsbsp=csb336 --prefix=/home/garfunkle/RTEMS/first/
make all install
]
Some vital step was missed? Any information will be appreciated.
Best regards!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rtems.rtems.org/pipermail/rtems-users/attachments/20070706/c98495c1/attachment.html