* [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2
@ 2007-06-22 20:52 Stuart Wood
2007-06-23 9:21 ` Bernhard Fischer
2007-06-23 13:55 ` Bernhard Fischer
0 siblings, 2 replies; 3+ messages in thread
From: Stuart Wood @ 2007-06-22 20:52 UTC (permalink / raw)
To: buildroot
Hi All,
Any thoughts on how to fix this would be appreciated!
Thanks
Stuart
My configuration is:
#
# Automatically generated make config: don't edit
#
BR2_HAVE_DOT_CONFIG=y
BR2_arm=y
BR2_arm920t=y
BR2_ARM_TYPE="ARM920T"
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
#
# Build options
#
BR2_WGET="wget --passive-ftp"
BR2_SVN="svn co"
BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(BASE_DIR)/dl"
BR2_SOURCEFORGE_MIRROR="easynews"
BR2_STAGING_DIR="/opt/buildroot_eabi"
BR2_TOPDIR_PREFIX=""
BR2_TOPDIR_SUFFIX=""
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
BR2_GNU_TARGET_SUFFIX="linux-uclibc"
BR2_JLEVEL=4
BR2_TOOLCHAIN_BUILDROOT=y
#
# Toolchain Options
#
#
# Kernel Header Options
#
BR2_KERNEL_HEADERS_2_6_20=y
BR2_DEFAULT_KERNEL_HEADERS="2.6.20.4"
#
# uClibc Options
#
BR2_UCLIBC_VERSION_SNAPSHOT=y
BR2_USE_UCLIBC_SNAPSHOT="snapshot"
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.29.config"
BR2_PTHREADS_OLD=y
#
# Binutils Options
#
BR2_BINUTILS_VERSION_2_17=y
BR2_BINUTILS_VERSION="2.17"
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
#
# Gcc Options
#
BR2_GCC_VERSION_4_1_2=y
BR2_GCC_VERSION="4.1.2"
BR2_TOOLCHAIN_SYSROOT=y
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
#
# Common Toolchain Options
#
BR2_LARGEFILE=y
BR2_SOFT_FLOAT=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
Make Output is:
$make
if
[ ! -e "/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/bin/sed" ] ;
then \
mkdir -p "/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/bin"; \
rm -f "/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/bin/sed"; \
ln -sf "/bin/sed" "/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/bin/sed";
\
fi
Checking build system dependencies:
CC clean: Ok
CXX clean: Ok
CPP clean: Ok
CFLAGS clean: Ok
INCLUDES clean: Ok
CXXFLAGS clean: Ok
which installed: Ok
sed works: Ok (/bin/sed)
GNU make version '3.81': Ok
C compiler '/usr/bin/gcc'
C compiler version '4.1.2': Ok
C++ compiler '/usr/bin/c++'
C++ compiler version '4.1.2': Ok
bison installed: Ok
flex installed: Ok
gettext installed: Ok
makeinfo installed: Ok
Build system dependencies: Ok
make
MAKE="make -j1" -C /home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/uClibc
\
PREFIX=/opt/buildroot_eabi \
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=/ \
install_runtime install_dev
make[1]: Entering directory
`/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/uClibc'
install -d /opt/buildroot_eabi/lib
install -m 644 lib/lib*-0.9.29.so \
/opt/buildroot_eabi/lib
install: cannot stat `lib/lib*-0.9.29.so': No such file or directory
make[1]: *** [install_runtime] Error 1
make[1]: Leaving directory
`/home/stuart/ArmLinux/buildroot/toolchain_build_arm_nofpu/uClibc'
make: *** [/opt/buildroot_eabi/usr/lib/libc.a] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2
2007-06-22 20:52 [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2 Stuart Wood
@ 2007-06-23 9:21 ` Bernhard Fischer
2007-06-23 13:55 ` Bernhard Fischer
1 sibling, 0 replies; 3+ messages in thread
From: Bernhard Fischer @ 2007-06-23 9:21 UTC (permalink / raw)
To: buildroot
On Fri, Jun 22, 2007 at 04:52:31PM -0400, Stuart Wood wrote:
>Hi All,
>
>Any thoughts on how to fix this would be appreciated!
Your kernel-headers sound like you are using an old version (a day or
two old), and should svn up
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2
2007-06-22 20:52 [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2 Stuart Wood
2007-06-23 9:21 ` Bernhard Fischer
@ 2007-06-23 13:55 ` Bernhard Fischer
1 sibling, 0 replies; 3+ messages in thread
From: Bernhard Fischer @ 2007-06-23 13:55 UTC (permalink / raw)
To: buildroot
On Fri, Jun 22, 2007 at 04:52:31PM -0400, Stuart Wood wrote:
>Hi All,
>
>Any thoughts on how to fix this would be appreciated!
>
>Thanks
>
>Stuart
>
>My configuration is:
>BR2_ARM_EABI=y
>BR2_GNU_TARGET_SUFFIX="linux-uclibc"
This is plain wrong. You clearly didn't read the helptext.
Works fine for me with gcc-4.2.0 softfloat/eabi and
binutils-2.17.50.0.16, headers from 2.6.21.5
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-23 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-22 20:52 [Buildroot] Buildroot failed arm linux eabi gcc 4.1.2 Stuart Wood
2007-06-23 9:21 ` Bernhard Fischer
2007-06-23 13:55 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox