* [Buildroot] Tool building problem EABI+PXA270
@ 2009-03-18 11:23 Per-Henrik Lundblom
2009-03-18 11:47 ` Daniel Mack
[not found] ` <37c712e0903180742k6dbee6a4q48e3a4e023089e0@mail.gmail.com>
0 siblings, 2 replies; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 11:23 UTC (permalink / raw)
To: buildroot
Hi,
I have been playing around with buildroot-2009.02 on my PXA270 based
development board. I have one problem though: I can't really configure
GCC/uClibC/Linux kernel to use EABI, only OABI.
The problem (as I understand it) is that I can't build the gcc toolchain
with EABI support. I may be missing something (like that I should use
"iwmmxt" instad of "xscale" as target processor typei?).
I use the attached buildroot .config and get errors when linking
crtbegin.o as of follows:
----------------------------
# If this is the top-level multilib, build all the other
# multilibs.
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
-g -Os -O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -I. -I.
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc/.
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc/../include
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc/../libcpp/include
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gmp/include
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/mpfr/include
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc/../libdecnumber
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/gcc/../libdecnumber/dpd
-I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions
-fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder
-fno-tree-vectorize -I. -I. -I../.././gcc
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/.
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc
-I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../include
-o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep \
-c
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc/crtstuff.c
-DCRT_BEGIN
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc/crtstuff.c:
In function '__do_global_dtors_aux':
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc/crtstuff.c:306:
error: '__DTOR_LIST__' undeclared (first use in this function)
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc/crtstuff.c:306:
error: (Each undeclared identifier is reported only once
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/../gcc/crtstuff.c:306:
error: for each function it appears in.)
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/arm-linux-uclibc/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory
`/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial'
make: ***
[/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/.compiled]
Error 2
----------------------------------------
Sorry for the large build output. I wonder if anyone has any suggestions
what I am missing? I'm pretty sure I just have missed some configuration
option.
I have tried xscale and iwwmxt in different combinations.
Regards,
PH
--
Per-Henrik Lundblom email: ph at whatever.nu
phone: +46 733 207126 webpage: www.whatever.nu
-------------- next part --------------
#
# Automatically generated make config: don't edit
# Tue Mar 17 13:25:58 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="2009.02"
# BR2_alpha is not set
BR2_arm=y
# BR2_armeb is not set
# BR2_avr32 is not set
# BR2_cris is not set
# BR2_ia64 is not set
# BR2_i386 is not set
# BR2_m68k is not set
# BR2_mips is not set
# BR2_mipsel is not set
# BR2_nios2 is not set
# BR2_powerpc is not set
# BR2_sh is not set
# BR2_sh64 is not set
# BR2_sparc is not set
# BR2_sparc64 is not set
# BR2_x86_64 is not set
# BR2_generic_arm is not set
# BR2_arm7tdmi is not set
# BR2_arm610 is not set
# BR2_arm710 is not set
# BR2_arm720t is not set
# BR2_arm920t is not set
# BR2_arm922t is not set
# BR2_arm926t is not set
# BR2_arm10t is not set
# BR2_arm1136jf_s is not set
# BR2_arm1176jz_s is not set
# BR2_arm1176jzf_s is not set
# BR2_sa110 is not set
# BR2_sa1100 is not set
BR2_xscale=y
# BR2_iwmmxt is not set
BR2_ARM_TYPE="ARM_XSCALE"
# BR2_ARM_OABI is not set
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="xscale"
BR2_GCC_TARGET_ABI="aapcs-linux"
#
# Target options
#
#
# Project Options
#
BR2_PROJECT="tr4uconxs"
BR2_HOSTNAME="tr4uconxs"
BR2_BANNER=""
#
# Preset Devices
#
# BR2_TARGET_ARMLTD is not set
BR2_BOARD_NAME="tr4uconxs"
# BR2_TARGET_ATMEL is not set
BR2_TARGET_KEITHKOEP=y
#
# Board Selection
#
BR2_TARGET_TR4UCONXS=y
# BR2_TARGET_KWIKBYTE is not set
#
# Generic System Support
#
# BR2_TARGET_GENERIC_ACCESS_POINT is not set
# BR2_TARGET_GENERIC_FIREWALL is not set
# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
#
# Build options
#
BR2_WGET="wget --passive-ftp -nd"
BR2_SVN_CO="svn co"
BR2_SVN_UP="svn up"
BR2_GIT="git clone"
BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(BASE_DIR)/dl"
BR2_COPYTO=""
#
# Mirrors and Download locations
#
BR2_PRIMARY_SITE=""
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
BR2_SOURCEFORGE_MIRROR="easynews"
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
#
# Atmel Mirrors
#
BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/"
BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
# BR2_FPU_SUFFIX is not set
BR2_TOPDIR_PREFIX=""
BR2_TOPDIR_SUFFIX=""
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
BR2_GNU_TARGET_SUFFIX="linux-uclibc"
BR2_JLEVEL=1
# BR2_PREFER_IMA is not set
# BR2_DEPRECATED is not set
BR2_RECENT=y
# BR2_CONFIG_CACHE is not set
# BR2_ENABLE_DEBUG is not set
BR2_STRIP_strip=y
# BR2_STRIP_sstrip is not set
# BR2_STRIP_none is not set
# BR2_OPTIMIZE_0 is not set
# BR2_OPTIMIZE_1 is not set
# BR2_OPTIMIZE_2 is not set
# BR2_OPTIMIZE_3 is not set
BR2_OPTIMIZE_S=y
# BR2_PREFER_STATIC_LIB is not set
# BR2_HAVE_MANPAGES is not set
# BR2_HAVE_INFOPAGES is not set
# BR2_HAVE_DOCUMENTATION is not set
# BR2_HAVE_DEVFILES is not set
BR2_UPDATE_CONFIG=y
#
# Toolchain
#
BR2_TOOLCHAIN_BUILDROOT=y
# BR2_TOOLCHAIN_EXTERNAL is not set
# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set
BR2_TOOLCHAIN_SOURCE=y
BR2_EXT_GCC_VERSION_4_1_2=y
BR2_EXT_GCC_VERSION_4_2_1=y
BR2_EXT_GCC_VERSION_4_2_2=y
BR2_EXT_GCC_VERSION_4_2_3=y
BR2_EXT_BINUTILS_VERSION_2_17=y
BR2_EXT_BINUTILS_VERSION_2_18=y
BR2_EXT_UCLIBC_VERSION_0_9_28_3=y
BR2_EXT_UCLIBC_VERSION_0_9_29=y
BR2_EXT_UCLIBC_VERSION_0_9_30=y
#
# Kernel Header Options
#
# BR2_KERNEL_HEADERS_2_4_31 is not set
# BR2_KERNEL_HEADERS_2_6_20_4 is not set
# BR2_KERNEL_HEADERS_2_6_20 is not set
# BR2_KERNEL_HEADERS_2_6_21_5 is not set
# BR2_KERNEL_HEADERS_2_6_21 is not set
# BR2_KERNEL_HEADERS_2_6_22_1 is not set
# BR2_KERNEL_HEADERS_2_6_22_10 is not set
# BR2_KERNEL_HEADERS_2_6_22 is not set
# BR2_KERNEL_HEADERS_2_6_23 is not set
# BR2_KERNEL_HEADERS_2_6_24 is not set
# BR2_KERNEL_HEADERS_2_6_25 is not set
# BR2_KERNEL_HEADERS_2_6_26 is not set
# BR2_KERNEL_HEADERS_2_6_27 is not set
BR2_KERNEL_HEADERS_2_6_28=y
# BR2_KERNEL_HEADERS_SNAP is not set
# BR2_KERNEL_HEADERS_PATCH_DIR is not set
BR2_DEFAULT_KERNEL_HEADERS="2.6.28.4"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
# BR2_PTHREAD_DEBUG is not set
# BR2_UCLIBC_PROGRAM_INVOCATION is not set
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
#
# Binutils Options
#
# BR2_BINUTILS_VERSION_2_17 is not set
# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
# BR2_BINUTILS_VERSION_2_18 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_1 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_3 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_6 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_8 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_9 is not set
BR2_BINUTILS_VERSION_2_19=y
BR2_BINUTILS_VERSION="2.19"
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
#
# GCC Options
#
# BR2_GCC_VERSION_3_4_6 is not set
# BR2_GCC_VERSION_4_0_4 is not set
# BR2_GCC_VERSION_4_1_2 is not set
# BR2_GCC_VERSION_4_2_1 is not set
# BR2_GCC_VERSION_4_2_2 is not set
# BR2_GCC_VERSION_4_2_3 is not set
# BR2_GCC_VERSION_4_2_4 is not set
# BR2_GCC_VERSION_4_3_1 is not set
BR2_GCC_VERSION_4_3_2=y
BR2_GCC_SUPPORTS_SYSROOT=y
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
BR2_GCC_VERSION="4.3.2"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
# BR2_GCC_CROSS_FORTRAN is not set
# BR2_INSTALL_OBJC is not set
# BR2_INSTALL_FORTRAN is not set
# BR2_GCC_SHARED_LIBGCC is not set
#
# Ccache Options
#
# BR2_CCACHE is not set
#
# Gdb Options
#
# BR2_PACKAGE_GDB is not set
# BR2_PACKAGE_GDB_SERVER is not set
# BR2_PACKAGE_GDB_HOST is not set
#
# Common Toolchain Options
#
# BR2_LARGEFILE is not set
# BR2_INET_IPV6 is not set
BR2_INET_RPC=y
# BR2_ENABLE_LOCALE is not set
# BR2_USE_WCHAR is not set
# BR2_SOFT_FLOAT is not set
# BR2_PTHREADS_NONE is not set
# BR2_PTHREADS is not set
BR2_PTHREADS_OLD=y
# BR2_PTHREADS_NATIVE is not set
# BR2_INSTALL_LIBSTDCPP is not set
BR2_TARGET_OPTIMIZATION="-Os -pipe"
# BR2_ELF2FLT is not set
# BR2_MKLIBS is not set
# BR2_PACKAGE_SSTRIP_TARGET is not set
# BR2_PACKAGE_SSTRIP_HOST is not set
# BR2_ENABLE_MULTILIB is not set
# BR2_VFP_FLOAT is not set
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
#
# Package Selection for the target
#
BR2_PACKAGE_BUSYBOX=y
# BR2_BUSYBOX_VERSION_1_2_2_1 is not set
# BR2_BUSYBOX_VERSION_1_6_1 is not set
# BR2_BUSYBOX_VERSION_1_7_X is not set
# BR2_BUSYBOX_VERSION_1_8_X is not set
# BR2_BUSYBOX_VERSION_1_9_X is not set
# BR2_BUSYBOX_VERSION_1_10_X is not set
# BR2_BUSYBOX_VERSION_1_11_X is not set
# BR2_BUSYBOX_VERSION_1_12_X is not set
BR2_BUSYBOX_VERSION_1_13_X=y
# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
BR2_BUSYBOX_VERSION="1.13.2"
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
# BR2_PACKAGE_BUSYBOX_SKELETON is not set
#
# The minimum needed to build a uClibc development system
#
# BR2_PACKAGE_FLEX is not set
# BR2_PACKAGE_GCC_TARGET is not set
# BR2_PACKAGE_MAKE is not set
#
# Other development stuff
#
# BR2_PACKAGE_AUTOCONF is not set
# BR2_PACKAGE_AUTOMAKE is not set
# BR2_PACKAGE_BISON is not set
# BR2_PACKAGE_CCACHE_TARGET is not set
# BR2_PACKAGE_DISTCC is not set
# BR2_PACKAGE_DMALLOC is not set
# BR2_PACKAGE_FAKEROOT is not set
BR2_HOST_FAKEROOT=y
# BR2_PACKAGE_GETTEXT is not set
# BR2_PACKAGE_LIBINTL is not set
# BR2_PACKAGE_LIBGMP is not set
# BR2_PACKAGE_GPERF is not set
# BR2_PACKAGE_LIBMPFR is not set
# BR2_PACKAGE_LIBTOOL is not set
# BR2_PACKAGE_M4 is not set
#
# oprofile requires a toolchain with C++ support enabled
#
# BR2_PACKAGE_PKGCONFIG is not set
# BR2_PACKAGE_READLINE is not set
# BR2_PACKAGE_PCRE is not set
#
# Other stuff
#
# BR2_PACKAGE_AT is not set
# BR2_PACKAGE_BEECRYPT is not set
# BR2_PACKAGE_BERKELEYDB is not set
# BR2_PACKAGE_BSDIFF is not set
# BR2_PACKAGE_CUPS is not set
# BR2_PACKAGE_CUSTOMIZE is not set
# BR2_PACKAGE_FILE is not set
# BR2_PACKAGE_GAMIN is not set
#
# icu requires a toolchain with C++ support and WCHAR enabled
#
# BR2_PACKAGE_KEXEC is not set
# BR2_PACKAGE_LIBCONFIG is not set
# BR2_PACKAGE_LIBCONFUSE is not set
# BR2_PACKAGE_LIBDAEMON is not set
# BR2_PACKAGE_LIBELF is not set
# BR2_PACKAGE_LIBEVENT is not set
# BR2_PACKAGE_LIBGCRYPT is not set
# BR2_PACKAGE_LIBGPG_ERROR is not set
# BR2_PACKAGE_LIBICONV is not set
# BR2_PACKAGE_LIBIDN is not set
# BR2_PACKAGE_LIBLOCKFILE is not set
# BR2_PACKAGE_LIBOIL is not set
# BR2_PACKAGE_LIBSYSFS is not set
# BR2_PACKAGE_LOCKFILE_PROGS is not set
#
# logrotate - disabled (requires wchar support)
#
# BR2_PACKAGE_LSOF is not set
# BR2_PACKAGE_LTP-TESTSUITE is not set
# BR2_PACKAGE_LTRACE is not set
# BR2_PACKAGE_MEMSTAT is not set
# BR2_PACKAGE_NG_SPICE_REWORK is not set
# BR2_PACKAGE_POPT is not set
# BR2_PACKAGE_SCREEN is not set
# BR2_PACKAGE_STARTUP_NOTIFICATION is not set
BR2_PACKAGE_STRACE=y
# BR2_PACKAGE_SUDO is not set
#
# Database
#
#
# Mysql client requires a toolchain with C++ support enabled
#
# BR2_PACKAGE_SQLITE is not set
#
# Networking
#
#
# Networking applications
#
# BR2_PACKAGE_ARGUS is not set
# BR2_PACKAGE_AVAHI is not set
# BR2_PACKAGE_AXEL is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BRIDGE is not set
# BR2_PACKAGE_DNSMASQ is not set
# BR2_PACKAGE_DROPBEAR is not set
# BR2_PACKAGE_ETHTOOL is not set
# BR2_PACKAGE_HASERL is not set
# BR2_PACKAGE_IFPLUGD is not set
#
# iperf requires a toolchain with C++ support enabled
#
# BR2_PACKAGE_IPROUTE2 is not set
#
# ipsec-tools - disabled (requires openssl, flex and the flex library (libfl.a) )
#
# BR2_PACKAGE_IPTABLES is not set
# BR2_PACKAGE_KISMET is not set
# BR2_PACKAGE_L2TP is not set
# BR2_PACKAGE_LIBCGI is not set
#
# libcgicc requires a toolchain with C++ support enabled
#
# BR2_PACKAGE_LIBCURL is not set
# BR2_PACKAGE_LIBDNET is not set
# BR2_PACKAGE_LIBEXOSIP2 is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBPCAP is not set
# BR2_PACKAGE_LIBUPNP is not set
# BR2_PACKAGE_LINKS is not set
# BR2_PACKAGE_LRZSZ is not set
# BR2_PACKAGE_MDNSRESPONDER is not set
# BR2_PACKAGE_MICROCOM is not set
# BR2_PACKAGE_MIIDIAG is not set
# BR2_PACKAGE_MROUTED is not set
# BR2_PACKAGE_MUTT is not set
# BR2_PACKAGE_NBD is not set
# BR2_PACKAGE_NCFTP is not set
# BR2_PACKAGE_NEON is not set
# BR2_PACKAGE_NETKITBASE is not set
# BR2_PACKAGE_NETKITTELNET is not set
# BR2_PACKAGE_NETPLUG is not set
# BR2_PACKAGE_NETSNMP is not set
# BR2_PACKAGE_NFS_UTILS is not set
# BR2_PACKAGE_NTP is not set
# BR2_PACKAGE_OLSR is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENSSL is not set
# BR2_PACKAGE_OPENVPN is not set
# BR2_PACKAGE_OPENSWAN is not set
# BR2_PACKAGE_PORTMAP is not set
# BR2_PACKAGE_PPPD is not set
# BR2_PACKAGE_RP_PPPOE is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
#
# quagga suite
#
# BR2_PACKAGE_QUAGGA_ZEBRA is not set
# BR2_PACKAGE_QUAGGA_BGPD is not set
# BR2_PACKAGE_QUAGGA_RIPD is not set
# BR2_PACKAGE_QUAGGA_RIPNGD is not set
# BR2_PACKAGE_QUAGGA_OSPFD is not set
# BR2_PACKAGE_QUAGGA_WATCHQUAGGA is not set
# BR2_PACKAGE_QUAGGA_ISISD is not set
# BR2_PACKAGE_RSYNC is not set
# BR2_PACKAGE_SAMBA is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_STUNNEL is not set
# BR2_PACKAGE_TCPDUMP is not set
# BR2_PACKAGE_DHCPDUMP is not set
# BR2_PACKAGE_TFTPD is not set
# BR2_PACKAGE_TN5250 is not set
# BR2_PACKAGE_TTCP is not set
# BR2_PACKAGE_UDPCAST is not set
# BR2_PACKAGE_VPNC is not set
# BR2_PACKAGE_VSFTPD is not set
# BR2_PACKAGE_VTUN is not set
# BR2_PACKAGE_WEBIF is not set
BR2_PACKAGE_WIRELESS_TOOLS=y
#
# Hardware handling / blockdevices and filesystem maintenance
#
#
# dbus not available (need expat or libxml2)
#
# BR2_PACKAGE_DEVMEM2 is not set
# BR2_PACKAGE_DM is not set
# BR2_PACKAGE_DMRAID is not set
# BR2_PACKAGE_E2FSPROGS is not set
# BR2_PACKAGE_EEPROG is not set
# BR2_PACKAGE_FCONFIG is not set
# BR2_PACKAGE_FIS is not set
# BR2_PACKAGE_LIBFUSE is not set
# BR2_PACKAGE_GADGETFS_TEST is not set
# BR2_PACKAGE_HAL is not set
# BR2_PACKAGE_HWDATA is not set
# BR2_PACKAGE_I2C_TOOLS is not set
# BR2_PACKAGE_INPUT_TOOLS is not set
# BR2_PACKAGE_IOSTAT is not set
# BR2_PACKAGE_LIBAIO is not set
# BR2_PACKAGE_LIBRAW1394 is not set
# BR2_PACKAGE_LIBUSB is not set
# BR2_PACKAGE_LM_SENSORS is not set
# BR2_PACKAGE_LVM2 is not set
# BR2_PACKAGE_MDADM is not set
# BR2_PACKAGE_MEMTESTER is not set
# BR2_PACKAGE_MKDOSFS is not set
# BR2_PACKAGE_MTD is not set
# BR2_PACKAGE_NTFS-3G is not set
# BR2_PACKAGE_PCIUTILS is not set
# BR2_PACKAGE_PCMCIA is not set
# BR2_PACKAGE_SETSERIAL is not set
# BR2_PACKAGE_SMARTMONTOOLS is not set
# BR2_PACKAGE_USBMOUNT is not set
# BR2_PACKAGE_USBUTILS is not set
# BR2_PACKAGE_WIPE is not set
# BR2_PACKAGE_XFSPROGS is not set
#
# Audio and video libraries and applications
#
BR2_PACKAGE_ALSA_LIB=y
BR2_PACKAGE_ALSA_UTILS=y
#
# ALSA utils selection
#
# BR2_PACKAGE_ALSA_UTILS_ALSACONF is not set
BR2_PACKAGE_ALSA_UTILS_ALSACTL=y
# BR2_PACKAGE_ALSA_UTILS_ALSAMIXER is not set
# BR2_PACKAGE_ALSA_UTILS_AMIDI is not set
BR2_PACKAGE_ALSA_UTILS_AMIXER=y
# BR2_PACKAGE_ALSA_UTILS_APLAY is not set
# BR2_PACKAGE_ALSA_UTILS_ARECORD is not set
# BR2_PACKAGE_ALSA_UTILS_IECSET is not set
# BR2_PACKAGE_ALSA_UTILS_ACONNECT is not set
# BR2_PACKAGE_ALSA_UTILS_APLAYMIDI is not set
# BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI is not set
# BR2_PACKAGE_ALSA_UTILS_ASEQDUMP is not set
# BR2_PACKAGE_ALSA_UTILS_ASEQNET is not set
# BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST is not set
#
# asterisk - disabled (required openssl and mpg123)
#
# BR2_PACKAGE_AUMIX is not set
# BR2_PACKAGE_GSTREAMER is not set
# BR2_PACKAGE_LIBID3TAG is not set
# BR2_PACKAGE_LIBMAD is not set
# BR2_PACKAGE_LIBMPD is not set
# BR2_PACKAGE_LIBOGG is not set
# BR2_PACKAGE_LIBSNDFILE is not set
# BR2_PACKAGE_LIBTHEORA is not set
#
# libvorbis requires the package libogg to build
#
# BR2_PACKAGE_MADPLAY is not set
BR2_PACKAGE_MPG123=y
# BR2_PACKAGE_MPLAYER is not set
# BR2_PACKAGE_SPEEX is not set
# BR2_PACKAGE_FESTIVAL is not set
# BR2_PACKAGE_VLC is not set
#
# Graphic libraries and applications (graphic/text)
#
#
# text rendering libraries
#
BR2_PACKAGE_NCURSES=y
# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
# BR2_PACKAGE_NCURSES_TARGET_HEADERS is not set
# BR2_PACKAGE_NEWT is not set
# BR2_PACKAGE_SLANG is not set
#
# text rendering applications
#
# BR2_PACKAGE_DIALOG is not set
#
# graphic libraries
#
# BR2_PACKAGE_DIRECTFB is not set
# BR2_PACKAGE_FBDUMP is not set
# BR2_PACKAGE_IMAGEMAGICK is not set
# BR2_PACKAGE_JPEG is not set
# BR2_PACKAGE_LIBART is not set
# BR2_PACKAGE_LIBPNG is not set
# BR2_PACKAGE_LIBUNGIF is not set
# BR2_PACKAGE_LINUX_FUSION is not set
# BR2_PACKAGE_PIXMAN is not set
# BR2_PACKAGE_SDL is not set
# BR2_PACKAGE_TIFF is not set
#
# busybox graphic applications
#
#
# --> May be broken in busybox
#
# BR2_PACKAGE_FBV is not set
# BR2_PACKAGE_FBSET is not set
#
# other GUIs
#
#
# qtopia4 requires a toolchain with C++ support enabled
#
BR2_PACKAGE_XSERVER_none=y
# BR2_PACKAGE_XSERVER_xorg is not set
#
# xorg requires a toolchain with LOCALE and WCHAR support
#
# BR2_PACKAGE_XSERVER_tinyx is not set
#
# tinyx requires a toolchain with WCHAR support
#
#
# X libraries and helper libraries
#
# BR2_PACKAGE_ATK is not set
# BR2_PACKAGE_PANGO is not set
# BR2_PACKAGE_LIBDRM is not set
# BR2_PACKAGE_LIBERATION is not set
# BR2_PACKAGE_LIBGLIB12 is not set
# BR2_PACKAGE_LIBGLIB2 is not set
# BR2_PACKAGE_OPENMOTIF is not set
# BR2_PACKAGE_FONTCONFIG is not set
# BR2_PACKAGE_FREETYPE is not set
# BR2_PACKAGE_TSLIB is not set
#
# webkit requires a toolchain with C++ support and WCHAR enabled
#
#
# X Window managers
#
# BR2_PACKAGE_MATCHBOX is not set
#
# X applications
#
# BR2_PACKAGE_ALSAMIXERGUI is not set
#
# dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))
#
# BR2_PACKAGE_GQVIEW is not set
# BR2_PACKAGE_LEAFPAD is not set
#
# midori - disabled (requires Xorg(7))
#
# BR2_PACKAGE_PCMANFM is not set
# BR2_PACKAGE_SYLPHEED is not set
# BR2_PACKAGE_TORSMO is not set
# BR2_PACKAGE_X11VNC is not set
# BR2_PACKAGE_XPDF is not set
# BR2_PACKAGE_XSTROKE is not set
# BR2_PACKAGE_XVKBD is not set
#
# Compressors / decompressors
#
# BR2_PACKAGE_LZO is not set
# BR2_PACKAGE_LZMA_TARGET is not set
# BR2_PACKAGE_LZMA_HOST is not set
# BR2_PACKAGE_ZLIB is not set
#
# Package managers
#
# BR2_PACKAGE_IPKG is not set
# BR2_PACKAGE_PORTAGE is not set
#
# Interpreter languages / Scripting
#
# BR2_PACKAGE_LUA is not set
# BR2_PACKAGE_MICROPERL is not set
# BR2_PACKAGE_PYTHON is not set
# BR2_PACKAGE_RUBY is not set
# BR2_PACKAGE_TCL is not set
# BR2_PACKAGE_PHP is not set
#
# XML handling
#
# BR2_PACKAGE_EXPAT is not set
# BR2_PACKAGE_EZXML is not set
# BR2_PACKAGE_LIBXML2 is not set
# BR2_PACKAGE_LIBXSLT is not set
# BR2_PACKAGE_XERCES is not set
#
# Java
#
# BR2_PACKAGE_CLASSPATH is not set
#
# Games
#
# BR2_PACKAGE_GNUCHESS is not set
# BR2_PACKAGE_MAGICCUBE4D is not set
# BR2_PACKAGE_PRBOOM is not set
# BR2_PACKAGE_RUBIX is not set
# BR2_PACKAGE_VICE is not set
# BR2_PACKAGE_XBOARD is not set
#
# Target filesystem options
#
BR2_ROOTFS_PREFIX="rootfs"
BR2_ROOTFS_SUFFIX=""
#
# filesystem for target device
#
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_CLOOP is not set
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_BLOCKS=0
BR2_TARGET_ROOTFS_EXT2_INODES=0
BR2_TARGET_ROOTFS_EXT2_RESBLKS=0
BR2_TARGET_ROOTFS_EXT2_SQUASH=y
BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2"
BR2_TARGET_ROOTFS_EXT2_NONE=y
# BR2_TARGET_ROOTFS_EXT2_GZIP is not set
# BR2_TARGET_ROOTFS_EXT2_BZIP2 is not set
# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
BR2_TARGET_ROOTFS_EXT2_COPYTO=""
# BR2_TARGET_ROOTFS_JFFS2 is not set
# BR2_TARGET_ROOTFS_UBIFS is not set
# BR2_TARGET_ROOTFS_SQUASHFS is not set
# BR2_TARGET_ROOTFS_TAR is not set
# BR2_TARGET_ROOTFS_CPIO is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
# BR2_TARGET_ROOTFS_ROMFS is not set
#
# bootloader for target device
#
# BR2_TARGET_UBOOT is not set
#
# Kernel
#
# BR2_KERNEL_none is not set
# BR2_KERNEL_LINUX_ADVANCED is not set
BR2_KERNEL_LINUX=y
# BR2_KERNEL_HURD is not set
BR2_PACKAGE_LINUX=y
BR2_PACKAGE_LINUX_FORMAT=""
BR2_PACKAGE_LINUX_KCONFIG=".//local/tr4uconxs/linux-2.6.28.4.config"
BR2_BOARD_PATH=".//local/tr4uconxs"
BR2_PACKAGE_BUSYBOX_CONFIG=".//local/tr4uconxs/busybox-1.13.2.config"
BR2_UCLIBC_CONFIG=".//local/tr4uconxs/uclibc-0.9.30.config"
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 11:23 [Buildroot] Tool building problem EABI+PXA270 Per-Henrik Lundblom
@ 2009-03-18 11:47 ` Daniel Mack
2009-03-18 12:25 ` Per-Henrik Lundblom
[not found] ` <37c712e0903180742k6dbee6a4q48e3a4e023089e0@mail.gmail.com>
1 sibling, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-18 11:47 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2009 at 12:23:08PM +0100, Per-Henrik Lundblom wrote:
> I have been playing around with buildroot-2009.02 on my PXA270 based
> development board. I have one problem though: I can't really configure
> GCC/uClibC/Linux kernel to use EABI, only OABI.
You could try using the svn version. There were a number of fixes for
gcc builds, and I'm not totally aware whether they make it to the
release version you got.
Try the following changes, thing work fine here for me, also with
gcc-4.3.2 built for PXA270/300.
> # Automatically generated make config: don't edit
> # Tue Mar 17 13:25:58 2009
[...]
> BR2_xscale=y
> # BR2_iwmmxt is not set
> BR2_ARM_TYPE="ARM_XSCALE"
> # BR2_ARM_OABI is not set
> BR2_ARM_EABI=y
> BR2_ARCH="arm"
> BR2_ENDIAN="LITTLE"
> BR2_GCC_TARGET_TUNE="xscale"
> BR2_GCC_TARGET_ABI="aapcs-linux"
# BR2_xscale is not set
BR2_iwmmxt=y
BR2_ARM_TYPE="ARM_IWMMXT"
# BR2_ARM_OABI is not set
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="iwmmxt"
BR2_GCC_TARGET_ARCH="iwmmxt"
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 11:47 ` Daniel Mack
@ 2009-03-18 12:25 ` Per-Henrik Lundblom
2009-03-18 12:30 ` Daniel Mack
2009-03-18 12:31 ` Sven Neumann
0 siblings, 2 replies; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 12:25 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090318 12:47]:
> You could try using the svn version. There were a number of fixes for
> gcc builds, and I'm not totally aware whether they make it to the
> release version you got.
Got latest version...
> Try the following changes, thing work fine here for me, also with
> gcc-4.3.2 built for PXA270/300.
>
> > # Automatically generated make config: don't edit
> > # Tue Mar 17 13:25:58 2009
>
> [...]
>
> > BR2_xscale=y
> > # BR2_iwmmxt is not set
> > BR2_ARM_TYPE="ARM_XSCALE"
> > # BR2_ARM_OABI is not set
> > BR2_ARM_EABI=y
> > BR2_ARCH="arm"
> > BR2_ENDIAN="LITTLE"
> > BR2_GCC_TARGET_TUNE="xscale"
> > BR2_GCC_TARGET_ABI="aapcs-linux"
>
> # BR2_xscale is not set
> BR2_iwmmxt=y
> BR2_ARM_TYPE="ARM_IWMMXT"
> # BR2_ARM_OABI is not set
> BR2_ARM_EABI=y
> BR2_ARCH="arm"
> BR2_ENDIAN="LITTLE"
> BR2_GCC_TARGET_TUNE="iwmmxt"
> BR2_GCC_TARGET_ARCH="iwmmxt"
...using these settings I get this result. It is a result of using
iwmxxt target because I got the same error when I tried different
combinations of xscale/iwmmxt.
-------------------------------
<snip>
Checking multilib configuration for libgcc...
mkdir -p -- arm-linux-uclibc/libgcc
Configuring in arm-linux-uclibc/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i386-pc-linux-gnu
checking host system type... arm-unknown-linux-uclibc
checking for arm-linux-uclibc-ar...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar
checking for arm-linux-uclibc-lipo... arm-linux-uclibc-lipo
checking for arm-linux-uclibc-nm...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm
checking for arm-linux-uclibc-ranlib...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib
checking for arm-linux-uclibc-strip...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip
checking whether ln -s works... yes
checking for arm-linux-uclibc-gcc...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/bin/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/lib/
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/include
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
checking for suffix of object files... configure: error: cannot compute
suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory
`/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
make: ***
[/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled]
Error 2
-------------------------------
That is, the GCC is not at some point built. Other tools are though:
> ls -1 build_arm/staging_dir/usr/bin
rm-linux-uclibc-addr2line
arm-linux-uclibc-ar
arm-linux-uclibc-as
arm-linux-uclibc-c++filt
arm-linux-uclibc-gprof
arm-linux-uclibc-ld
arm-linux-uclibc-nm
arm-linux-uclibc-objcopy
arm-linux-uclibc-objdump
arm-linux-uclibc-ranlib
arm-linux-uclibc-readelf
arm-linux-uclibc-size
arm-linux-uclibc-strings
arm-linux-uclibc-strip
Any suggesttions why gcc crosscompiler at some point isn't available?
Regards,
PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 12:25 ` Per-Henrik Lundblom
@ 2009-03-18 12:30 ` Daniel Mack
[not found] ` <20090318131349.GD27893@whatever.nu>
2009-03-18 12:31 ` Sven Neumann
1 sibling, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-18 12:30 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2009 at 01:25:15PM +0100, Per-Henrik Lundblom wrote:
> /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc
> -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/
> -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/bin/
> -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/lib/
> -isystem
> /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/include
> -isystem
> /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
> checking for suffix of object files... configure: error: cannot compute
> suffix of object files: cannot compile
> See `config.log' for more details.
So, what does config.log say? And what's your native configuration (gcc,
binutils, ...)?
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 12:25 ` Per-Henrik Lundblom
2009-03-18 12:30 ` Daniel Mack
@ 2009-03-18 12:31 ` Sven Neumann
2009-03-18 13:09 ` Per-Henrik Lundblom
1 sibling, 1 reply; 20+ messages in thread
From: Sven Neumann @ 2009-03-18 12:31 UTC (permalink / raw)
To: buildroot
Hi,
On Wed, 2009-03-18 at 13:25 +0100, Per-Henrik Lundblom wrote:
> * Daniel Mack <daniel@caiaq.de> [090318 12:47]:
>
> > You could try using the svn version. There were a number of fixes for
> > gcc builds, and I'm not totally aware whether they make it to the
> > release version you got.
All the relevant fixes are in the 2009.02 release.
> > # BR2_xscale is not set
> > BR2_iwmmxt=y
> > BR2_ARM_TYPE="ARM_IWMMXT"
> > # BR2_ARM_OABI is not set
> > BR2_ARM_EABI=y
> > BR2_ARCH="arm"
> > BR2_ENDIAN="LITTLE"
> > BR2_GCC_TARGET_TUNE="iwmmxt"
> > BR2_GCC_TARGET_ARCH="iwmmxt"
>
> ...using these settings I get this result. It is a result of using
> iwmxxt target because I got the same error when I tried different
> combinations of xscale/iwmmxt.
Did you really do a completely new build in a fresh tree? My experience
with buildroot is that you can't change such fundamental changes to the
configuration and expect make to succeed in the same tree, not even
after 'make clean'.
Sven
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 12:31 ` Sven Neumann
@ 2009-03-18 13:09 ` Per-Henrik Lundblom
0 siblings, 0 replies; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 13:09 UTC (permalink / raw)
To: buildroot
* Sven Neumann <s.neumann@phase-zero.de> [090318 13:31]:
> > ...using these settings I get this result. It is a result of using
> > iwmxxt target because I got the same error when I tried different
> > combinations of xscale/iwmmxt.
>
> Did you really do a completely new build in a fresh tree? My experience
> with buildroot is that you can't change such fundamental changes to the
> configuration and expect make to succeed in the same tree, not even
> after 'make clean'.
I have noticed that so I checked out a fresh SVN version. So, the answer
is yes, fresh tree.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
[not found] ` <20090318131349.GD27893@whatever.nu>
@ 2009-03-18 13:25 ` Daniel Mack
2009-03-18 14:25 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-18 13:25 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2009 at 02:13:49PM +0100, Per-Henrik Lundblom wrote:
> configure:3630: /usr/bin/gcc -I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/host_dir/include -I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/host_dir/usr/include -c -g -O2 conftest.c >&5
> conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
> configure:3636: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
That's your problem - C++ support is not enabled. Could you try your
build with 'BR2_INSTALL_LIBSTDCPP=y'? And as Sven suggested, clean your
tree probably :)
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 13:25 ` Daniel Mack
@ 2009-03-18 14:25 ` Per-Henrik Lundblom
2009-03-18 14:46 ` Daniel Mack
0 siblings, 1 reply; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 14:25 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090318 14:25]:
> > conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
> > configure:3636: $? = 1
> > configure: failed program was:
> > | #ifndef __cplusplus
> > | choke me
> > | #endif
>
> That's your problem - C++ support is not enabled. Could you try your
> build with 'BR2_INSTALL_LIBSTDCPP=y'? And as Sven suggested, clean your
> tree probably :)
Don't know how i could have missed the "choke me", i digged through the
condig.log pretty thoroughly... Nevermind, I get the same problem even
with BR2_INSTALL_LIBSTDCPP=y and a clean Buildroot install.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 14:25 ` Per-Henrik Lundblom
@ 2009-03-18 14:46 ` Daniel Mack
2009-03-18 15:53 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-18 14:46 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2009 at 03:25:14PM +0100, Per-Henrik Lundblom wrote:
> > > conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
> > > configure:3636: $? = 1
> > > configure: failed program was:
> > > | #ifndef __cplusplus
> > > | choke me
> > > | #endif
> >
> > That's your problem - C++ support is not enabled. Could you try your
> > build with 'BR2_INSTALL_LIBSTDCPP=y'? And as Sven suggested, clean your
> > tree probably :)
>
> Don't know how i could have missed the "choke me", i digged through the
> condig.log pretty thoroughly...
Sorry, my suggestion was misleading - this test seem to be ok to fail.
Also, the config.log file you sent ends with "configure: exit 0", so
this is the wrong point to dig for the problem.
However, The information you posted is not sufficient to tell where
exactly your build breaks. Could you a) figure out which part is the
exact problem and then b) have a look at config.log and see which part
makes this configure run give up?
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
[not found] ` <37c712e0903180742k6dbee6a4q48e3a4e023089e0@mail.gmail.com>
@ 2009-03-18 14:54 ` Per-Henrik Lundblom
0 siblings, 0 replies; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 14:54 UTC (permalink / raw)
To: buildroot
* Allan Clark <allanc@chickenandporn.com> [090318 15:42]:
> Did your PXA270 devkit come with a toolchain from intel? In my past, we
> used MV-supplied toolchains and intel-supplied toolchains only, configuring
> buildroot to use an external toolchain.
I need a complete environment with its own toolchain so unfortunately
that doesn't do it for me.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 14:46 ` Daniel Mack
@ 2009-03-18 15:53 ` Per-Henrik Lundblom
2009-03-19 8:39 ` Daniel Mack
0 siblings, 1 reply; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-18 15:53 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090318 15:47]:
> However, The information you posted is not sufficient to tell where
> exactly your build breaks. Could you a) figure out which part is the
> exact problem and then b) have a look at config.log and see which part
> makes this configure run give up?
Did a find . -anem config.log|xargs tail in
toolchain_build_arm/gcc-4.3.2-initial and looked for "exit 1". One error
showed up in
/toolchain_build_arm/gcc-4.3.2-initial/arm-linux-uclibc/libgcc/config.log.
I have attached that file. I need to leave work for the day now, but i
guess it is just a misconfiguration at my side.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU C Runtime Library configure 1.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/configure --cache-file=./config.cache --with-cross-host=i386-pc-linux-gnu --prefix=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr --with-sysroot=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/uClibc_dev/ --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-shared --with-gmp=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gmp --with-mpfr=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/mpfr --disable-nls --enable-threads --disable-multilib --disable-decimal-float --with-arch=iwmmxt --with-tune=iwmmxt --enable-languages=c --program-transform-name=s,^,arm-linux-uclibc-, --with-target-subdir=arm-linux-uclibc --build=i386-pc-linux-gnu --host=arm-linux-uclibc --target=arm-linux-uclibc --srcdir=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc
## --------- ##
## Platform. ##
## --------- ##
hostname = cbserver10
uname -m = i686
uname -r = 2.6.18-5-686
uname -s = Linux
uname -v = #1 SMP Tue Dec 18 21:24:20 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /home/per-henrik.lundblom/bin
PATH: /usr/local/microblaze-elf-tools/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1198: creating cache ./config.cache
configure:1373: checking for --enable-version-specific-runtime-libs
configure:1388: result: no
configure:1420: checking for a BSD-compatible install
configure:1475: result: /usr/bin/install -c
configure:1491: checking for gawk
configure:1507: found /usr/bin/gawk
configure:1517: result: gawk
configure:1540: checking build system type
configure:1558: result: i386-pc-linux-gnu
configure:1566: checking host system type
configure:1580: result: arm-unknown-linux-uclibc
configure:1639: checking for arm-linux-uclibc-ar
configure:1665: result: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar
configure:1718: checking for arm-linux-uclibc-lipo
configure:1744: result: arm-linux-uclibc-lipo
configure:1798: checking for arm-linux-uclibc-nm
configure:1824: result: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm
configure:1877: checking for arm-linux-uclibc-ranlib
configure:1903: result: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib
configure:1957: checking for arm-linux-uclibc-strip
configure:1983: result: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip
configure:2034: checking whether ln -s works
configure:2038: result: yes
configure:2055: checking for arm-linux-uclibc-gcc
configure:2081: result: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
configure:2363: checking for C compiler version
configure:2366: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include --version </dev/null >&5
xgcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2369: $? = 0
configure:2371: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include -v </dev/null >&5
Reading specs from /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/specs
Target: arm-linux-uclibc
Configured with: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/configure --prefix=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=arm-linux-uclibc --enable-languages=c --with-sysroot=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/uClibc_dev/ --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-shared --with-gmp=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gmp --with-mpfr=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/mpfr --disable-nls --enable-threads --disable-multilib --disable-decimal-float --with-arch=iwmmxt --with-tune=iwmmxt
Thread model: posix
gcc version 4.3.2 (GCC)
configure:2374: $? = 0
configure:2376: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include -V </dev/null >&5
xgcc: '-V' must come at the start of the command line
configure:2379: $? = 1
configure:2398: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include -o conftest -g -Os conftest.c >&5
conftest.c:1: error: iwmmxt requires an AAPCS compatible ABI for proper operation
conftest.c:1: sorry, unimplemented: iWMMXt and hardware floating point
configure:2401: $? = 1
configure:2567: checking for suffix of object files
configure:2588: /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include -c -g -Os conftest.c >&5
conftest.c:1: error: iwmmxt requires an AAPCS compatible ABI for proper operation
conftest.c:1: sorry, unimplemented: iWMMXt and hardware floating point
configure:2591: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2605: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-pc-linux-gnu
ac_cv_build_alias=i386-pc-linux-gnu
ac_cv_env_CC_set=set
ac_cv_env_CC_value=' /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -Os'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-uclibc
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-linux-uclibc
ac_cv_host=arm-unknown-linux-uclibc
ac_cv_host_alias=arm-linux-uclibc
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=' /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include'
ac_cv_prog_LIPO=arm-linux-uclibc-lipo
ac_cv_prog_NM=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm
ac_cv_prog_RANLIB=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib
ac_cv_prog_STRIP=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip
acx_cv_prog_cc_pedantic__Wno_long_long__Wno_variadic_macros_____________Wno_overlength_strings=no
acx_cv_prog_cc_warning__Wno_overlength_strings=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar'
AWK='gawk'
CC=' /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include'
CFLAGS='-g -Os'
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIPO='arm-linux-uclibc-lipo'
LN_S='ln -s'
LTLIBOBJS=''
NM='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm'
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='GNU C Runtime Library'
PACKAGE_STRING='GNU C Runtime Library 1.0'
PACKAGE_TARNAME='libgcc'
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
RANLIB='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib'
SHELL='/bin/sh'
STRIP='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_LIPO=''
ac_ct_NM=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
asm_hidden_op=''
bindir='${exec_prefix}/bin'
build='i386-pc-linux-gnu'
build_alias='i386-pc-linux-gnu'
build_cpu='i386'
build_libsubdir='build-i386-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-i386-pc-linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
decimal_float=''
enable_decimal_float='no'
enable_shared='no'
exec_prefix='NONE'
extra_parts=''
fixed_point=''
host='arm-unknown-linux-uclibc'
host_alias='arm-linux-uclibc'
host_cpu='arm'
host_noncanonical='arm-linux-uclibc'
host_os='linux-uclibc'
host_subdir='.'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcc_topdir='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/libgcc/..'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr'
program_transform_name='s,^,arm-linux-uclibc-,'
sbindir='${exec_prefix}/sbin'
set_have_cc_tls=''
sharedstatedir='${prefix}/com'
slibdir='$(exec_prefix)/$(host_noncanonical)/lib'
sysconfdir='${prefix}/etc'
target_alias='arm-linux-uclibc'
target_subdir='arm-linux-uclibc'
tmake_file=''
vis_hide=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "GNU C Runtime Library"
#define PACKAGE_STRING "GNU C Runtime Library 1.0"
#define PACKAGE_TARNAME "libgcc"
#define PACKAGE_VERSION "1.0"
configure: exit 1
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-18 15:53 ` Per-Henrik Lundblom
@ 2009-03-19 8:39 ` Daniel Mack
2009-03-24 12:37 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-19 8:39 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2009 at 04:53:23PM +0100, Per-Henrik Lundblom wrote:
> Did a find . -anem config.log|xargs tail in
> toolchain_build_arm/gcc-4.3.2-initial and looked for "exit 1". One error
> showed up in
> /toolchain_build_arm/gcc-4.3.2-initial/arm-linux-uclibc/libgcc/config.log.
>
> I have attached that file. I need to leave work for the day now, but i
> guess it is just a misconfiguration at my side.
[...]
> conftest.c:1: error: iwmmxt requires an AAPCS compatible ABI for proper operation
> conftest.c:1: sorry, unimplemented: iWMMXt and hardware floating point
> configure:2591: $? = 1
> configure: failed program was:
Hmm, that's not good.
I attached my config - if that works, you can diff it against your local
one to find the root cause.
Daniel
-------------- next part --------------
#
# Automatically generated make config: don't edit
# Sun Mar 8 18:08:48 2009
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="2009.02-svn"
# BR2_alpha is not set
BR2_arm=y
# BR2_armeb is not set
# BR2_avr32 is not set
# BR2_cris is not set
# BR2_ia64 is not set
# BR2_i386 is not set
# BR2_m68k is not set
# BR2_mips is not set
# BR2_mipsel is not set
# BR2_nios2 is not set
# BR2_powerpc is not set
# BR2_sh is not set
# BR2_sh64 is not set
# BR2_sparc is not set
# BR2_sparc64 is not set
# BR2_x86_64 is not set
# BR2_generic_arm is not set
# BR2_arm7tdmi is not set
# BR2_arm610 is not set
# BR2_arm710 is not set
# BR2_arm720t is not set
# BR2_arm920t is not set
# BR2_arm922t is not set
# BR2_arm926t is not set
# BR2_arm10t is not set
# BR2_arm1136jf_s is not set
# BR2_arm1176jz_s is not set
# BR2_arm1176jzf_s is not set
# BR2_sa110 is not set
# BR2_sa1100 is not set
# BR2_xscale is not set
BR2_iwmmxt=y
BR2_ARM_TYPE="ARM_IWMMXT"
# BR2_ARM_OABI is not set
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="iwmmxt"
BR2_GCC_TARGET_ARCH="iwmmxt"
BR2_GCC_TARGET_ABI="aapcs-linux"
#
# Target options
#
#
# Project Options
#
BR2_PROJECT="uclibc"
BR2_HOSTNAME="uclibc"
BR2_BANNER="Welcome to Buildroot"
#
# Preset Devices
#
# BR2_TARGET_ARMLTD is not set
# BR2_TARGET_ATMEL is not set
# BR2_TARGET_KWIKBYTE is not set
#
# Generic System Support
#
# BR2_TARGET_GENERIC_ACCESS_POINT is not set
# BR2_TARGET_GENERIC_FIREWALL is not set
# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
#
# Build options
#
BR2_WGET="wget --passive-ftp -nd"
BR2_SVN_CO="svn co"
BR2_SVN_UP="svn up"
BR2_GIT="git clone"
BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(BASE_DIR)/dl"
BR2_COPYTO=""
#
# Mirrors and Download locations
#
BR2_PRIMARY_SITE=""
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
BR2_SOURCEFORGE_MIRROR="easynews"
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
#
# Atmel Mirrors
#
BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/"
BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
# BR2_FPU_SUFFIX is not set
BR2_TOPDIR_PREFIX=""
BR2_TOPDIR_SUFFIX=""
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
BR2_GNU_TARGET_SUFFIX="linux-uclibcgnueabi"
BR2_JLEVEL=4
# BR2_PREFER_IMA is not set
# BR2_DEPRECATED is not set
BR2_RECENT=y
# BR2_CONFIG_CACHE is not set
# BR2_ENABLE_DEBUG is not set
BR2_STRIP_strip=y
# BR2_STRIP_sstrip is not set
# BR2_STRIP_none is not set
# BR2_OPTIMIZE_0 is not set
# BR2_OPTIMIZE_1 is not set
# BR2_OPTIMIZE_2 is not set
# BR2_OPTIMIZE_3 is not set
BR2_OPTIMIZE_S=y
# BR2_PREFER_STATIC_LIB is not set
# BR2_HAVE_MANPAGES is not set
# BR2_HAVE_INFOPAGES is not set
# BR2_HAVE_DOCUMENTATION is not set
# BR2_HAVE_DEVFILES is not set
BR2_UPDATE_CONFIG=y
#
# Toolchain
#
BR2_TOOLCHAIN_BUILDROOT=y
# BR2_TOOLCHAIN_EXTERNAL is not set
# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set
BR2_TOOLCHAIN_SOURCE=y
BR2_EXT_GCC_VERSION_4_1_2=y
BR2_EXT_GCC_VERSION_4_2_1=y
BR2_EXT_GCC_VERSION_4_2_2=y
BR2_EXT_GCC_VERSION_4_2_3=y
BR2_EXT_BINUTILS_VERSION_2_17=y
BR2_EXT_BINUTILS_VERSION_2_18=y
BR2_EXT_UCLIBC_VERSION_0_9_28_3=y
BR2_EXT_UCLIBC_VERSION_0_9_29=y
BR2_EXT_UCLIBC_VERSION_0_9_30=y
#
# Kernel Header Options
#
# BR2_KERNEL_HEADERS_2_4_31 is not set
# BR2_KERNEL_HEADERS_2_6_20_4 is not set
# BR2_KERNEL_HEADERS_2_6_20 is not set
# BR2_KERNEL_HEADERS_2_6_21_5 is not set
# BR2_KERNEL_HEADERS_2_6_21 is not set
# BR2_KERNEL_HEADERS_2_6_22_1 is not set
# BR2_KERNEL_HEADERS_2_6_22_10 is not set
# BR2_KERNEL_HEADERS_2_6_22 is not set
# BR2_KERNEL_HEADERS_2_6_23 is not set
# BR2_KERNEL_HEADERS_2_6_24 is not set
# BR2_KERNEL_HEADERS_2_6_25 is not set
# BR2_KERNEL_HEADERS_2_6_26 is not set
# BR2_KERNEL_HEADERS_2_6_27 is not set
BR2_KERNEL_HEADERS_2_6_28=y
# BR2_KERNEL_HEADERS_SNAP is not set
# BR2_KERNEL_HEADERS_PATCH_DIR is not set
BR2_DEFAULT_KERNEL_HEADERS="2.6.28.3"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
# BR2_PTHREAD_DEBUG is not set
# BR2_UCLIBC_PROGRAM_INVOCATION is not set
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
#
# Binutils Options
#
# BR2_BINUTILS_VERSION_2_17 is not set
# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
# BR2_BINUTILS_VERSION_2_18 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_1 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_3 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_6 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_8 is not set
# BR2_BINUTILS_VERSION_2_18_50_0_9 is not set
BR2_BINUTILS_VERSION_2_19=y
BR2_BINUTILS_VERSION="2.19"
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
#
# GCC Options
#
# BR2_GCC_VERSION_3_4_6 is not set
# BR2_GCC_VERSION_4_0_4 is not set
# BR2_GCC_VERSION_4_1_2 is not set
# BR2_GCC_VERSION_4_2_1 is not set
# BR2_GCC_VERSION_4_2_2 is not set
# BR2_GCC_VERSION_4_2_3 is not set
# BR2_GCC_VERSION_4_2_4 is not set
# BR2_GCC_VERSION_4_3_1 is not set
BR2_GCC_VERSION_4_3_2=y
BR2_GCC_SUPPORTS_SYSROOT=y
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
BR2_GCC_VERSION="4.3.2"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
# BR2_GCC_CROSS_FORTRAN is not set
# BR2_INSTALL_LIBGCJ is not set
# BR2_INSTALL_OBJC is not set
# BR2_INSTALL_FORTRAN is not set
BR2_GCC_SHARED_LIBGCC=y
#
# Ccache Options
#
# BR2_CCACHE is not set
#
# Gdb Options
#
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
# BR2_PACKAGE_GDB_HOST is not set
# BR2_GDB_VERSION_6_2_1 is not set
# BR2_GDB_VERSION_6_3 is not set
# BR2_GDB_VERSION_6_4 is not set
# BR2_GDB_VERSION_6_5 is not set
# BR2_GDB_VERSION_6_6 is not set
# BR2_GDB_VERSION_6_7_1 is not set
BR2_GDB_VERSION_6_8=y
# BR2_GDB_VERSION_SNAPSHOT is not set
BR2_GDB_VERSION="6.8"
#
# Common Toolchain Options
#
BR2_LARGEFILE=y
# BR2_INET_IPV6 is not set
BR2_INET_RPC=y
# BR2_ENABLE_LOCALE is not set
BR2_USE_WCHAR=y
BR2_SOFT_FLOAT=y
# BR2_PTHREADS_NONE is not set
# BR2_PTHREADS is not set
BR2_PTHREADS_OLD=y
# BR2_PTHREADS_NATIVE is not set
BR2_GCC_CROSS_CXX=y
BR2_INSTALL_LIBSTDCPP=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
# BR2_ELF2FLT is not set
# BR2_MKLIBS is not set
# BR2_PACKAGE_SSTRIP_TARGET is not set
# BR2_PACKAGE_SSTRIP_HOST is not set
# BR2_ENABLE_MULTILIB is not set
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
#
# Package Selection for the target
#
BR2_PACKAGE_BUSYBOX=y
# BR2_BUSYBOX_VERSION_1_2_2_1 is not set
# BR2_BUSYBOX_VERSION_1_6_1 is not set
# BR2_BUSYBOX_VERSION_1_7_X is not set
# BR2_BUSYBOX_VERSION_1_8_X is not set
# BR2_BUSYBOX_VERSION_1_9_X is not set
# BR2_BUSYBOX_VERSION_1_10_X is not set
# BR2_BUSYBOX_VERSION_1_11_X is not set
# BR2_BUSYBOX_VERSION_1_12_X is not set
BR2_BUSYBOX_VERSION_1_13_X=y
# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
BR2_BUSYBOX_VERSION="1.13.2"
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
# BR2_PACKAGE_BUSYBOX_HIDE_OTHERS is not set
# BR2_PACKAGE_BUSYBOX_SKELETON is not set
#
# The minimum needed to build a uClibc development system
#
BR2_PACKAGE_BASH=y
# BR2_PACKAGE_BZIP2 is not set
# BR2_PACKAGE_COREUTILS is not set
# BR2_PACKAGE_DIFFUTILS is not set
# BR2_PACKAGE_FINDUTILS is not set
# BR2_PACKAGE_FLEX is not set
# BR2_PACKAGE_GAWK is not set
# BR2_PACKAGE_GCC_TARGET is not set
# BR2_PACKAGE_GREP is not set
# BR2_PACKAGE_MAKE is not set
# BR2_PACKAGE_PATCH is not set
# BR2_PACKAGE_SED is not set
# BR2_PACKAGE_TAR is not set
#
# Other development stuff
#
# BR2_PACKAGE_AUTOCONF is not set
# BR2_PACKAGE_AUTOMAKE is not set
# BR2_PACKAGE_BISON is not set
# BR2_PACKAGE_CCACHE_TARGET is not set
# BR2_PACKAGE_CVS is not set
# BR2_PACKAGE_DISTCC is not set
# BR2_PACKAGE_DMALLOC is not set
# BR2_PACKAGE_FAKEROOT is not set
BR2_HOST_FAKEROOT=y
BR2_PACKAGE_GETTEXT=y
# BR2_PACKAGE_GETTEXT_STATIC is not set
BR2_PACKAGE_LIBINTL=y
# BR2_PACKAGE_LIBGMP is not set
# BR2_PACKAGE_GPERF is not set
# BR2_PACKAGE_LIBMPFR is not set
# BR2_PACKAGE_LIBTOOL is not set
# BR2_PACKAGE_M4 is not set
# BR2_PACKAGE_MPATROL is not set
# BR2_PACKAGE_OPROFILE is not set
BR2_PACKAGE_PKGCONFIG=y
# BR2_PACKAGE_READLINE is not set
# BR2_PACKAGE_PCRE is not set
#
# Other stuff
#
# BR2_PACKAGE_AT is not set
# BR2_PACKAGE_BEECRYPT is not set
# BR2_PACKAGE_BERKELEYDB is not set
# BR2_PACKAGE_BSDIFF is not set
# BR2_PACKAGE_BOOTUTILS is not set
# BR2_PACKAGE_CUPS is not set
# BR2_PACKAGE_CUSTOMIZE is not set
# BR2_PACKAGE_DASH is not set
# BR2_PACKAGE_FILE is not set
# BR2_PACKAGE_GAMIN is not set
# BR2_PACKAGE_ICU is not set
# BR2_PACKAGE_KEXEC is not set
# BR2_PACKAGE_LESS is not set
# BR2_PACKAGE_LIBCONFIG is not set
# BR2_PACKAGE_LIBCONFUSE is not set
# BR2_PACKAGE_LIBDAEMON is not set
# BR2_PACKAGE_LIBELF is not set
# BR2_PACKAGE_LIBEVENT is not set
# BR2_PACKAGE_LIBGCRYPT is not set
# BR2_PACKAGE_LIBGPG_ERROR is not set
BR2_PACKAGE_LIBICONV=y
# BR2_PACKAGE_LIBIDN is not set
# BR2_PACKAGE_LIBLOCKFILE is not set
BR2_PACKAGE_LIBOIL=y
# BR2_PACKAGE_LIBSYSFS is not set
# BR2_PACKAGE_LOCKFILE_PROGS is not set
# BR2_PACKAGE_LOGROTATE is not set
# BR2_PACKAGE_LSOF is not set
# BR2_PACKAGE_LTP-TESTSUITE is not set
# BR2_PACKAGE_LTRACE is not set
# BR2_PACKAGE_MEMSTAT is not set
# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
# BR2_PACKAGE_NG_SPICE_REWORK is not set
# BR2_PACKAGE_POPT is not set
# BR2_PACKAGE_PROCPS is not set
# BR2_PACKAGE_PSMISC is not set
# BR2_PACKAGE_SCREEN is not set
# BR2_PACKAGE_STARTUP_NOTIFICATION is not set
BR2_PACKAGE_STRACE=y
# BR2_PACKAGE_SUDO is not set
# BR2_PACKAGE_SYSKLOGD is not set
# BR2_PACKAGE_SYSVINIT is not set
# BR2_PACKAGE_UTIL-LINUX is not set
# BR2_PACKAGE_WHICH is not set
#
# Database
#
# BR2_PACKAGE_MYSQL_CLIENT is not set
# BR2_PACKAGE_SQLITE is not set
#
# Text editors
#
# BR2_PACKAGE_ED is not set
# BR2_PACKAGE_NANO is not set
# BR2_PACKAGE_UEMACS is not set
# BR2_PACKAGE_VIM is not set
#
# Networking
#
#
# Networking applications
#
# BR2_PACKAGE_ARGUS is not set
# BR2_PACKAGE_AVAHI is not set
# BR2_PACKAGE_AXEL is not set
# BR2_PACKAGE_BOA is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BRIDGE is not set
# BR2_PACKAGE_ISC_DHCP is not set
# BR2_PACKAGE_DNSMASQ is not set
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_ETHTOOL=y
BR2_PACKAGE_GUPNP=y
BR2_PACKAGE_GUPNP_AV=y
# BR2_PACKAGE_GUPNP_IGD is not set
BR2_PACKAGE_GSSDP=y
# BR2_PACKAGE_HASERL is not set
# BR2_PACKAGE_IFPLUGD is not set
BR2_PACKAGE_IPERF=y
# BR2_PACKAGE_IPROUTE2 is not set
#
# ipsec-tools - disabled (requires openssl, flex and the flex library (libfl.a) )
#
# BR2_PACKAGE_IPTABLES is not set
# BR2_PACKAGE_KISMET is not set
# BR2_PACKAGE_L2TP is not set
# BR2_PACKAGE_LIBCGI is not set
# BR2_PACKAGE_LIBCGICC is not set
# BR2_PACKAGE_LIBCURL is not set
# BR2_PACKAGE_LIBDNET is not set
# BR2_PACKAGE_LIBEXOSIP2 is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBPCAP is not set
BR2_PACKAGE_LIBSOUP=y
# BR2_PACKAGE_LIBUPNP is not set
# BR2_PACKAGE_LIGHTTPD is not set
# BR2_PACKAGE_LINKS is not set
# BR2_PACKAGE_LRZSZ is not set
# BR2_PACKAGE_MDNSRESPONDER is not set
# BR2_PACKAGE_MICROCOM is not set
# BR2_PACKAGE_MIIDIAG is not set
# BR2_PACKAGE_MROUTED is not set
# BR2_PACKAGE_MUTT is not set
# BR2_PACKAGE_NBD is not set
# BR2_PACKAGE_NCFTP is not set
# BR2_PACKAGE_NEON is not set
BR2_PACKAGE_NETCAT=y
BR2_PACKAGE_NETKITBASE=y
# BR2_PACKAGE_NETKITTELNET is not set
# BR2_PACKAGE_NETPLUG is not set
# BR2_PACKAGE_NETSNMP is not set
# BR2_PACKAGE_NFS_UTILS is not set
# BR2_PACKAGE_NTP is not set
# BR2_PACKAGE_OLSR is not set
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENSSL=y
# BR2_PACKAGE_OPENSSL_BIN is not set
# BR2_PACKAGE_OPENSSL_ENGINES is not set
# BR2_PACKAGE_OPENVPN is not set
# BR2_PACKAGE_OPENSWAN is not set
# BR2_PACKAGE_PORTMAP is not set
# BR2_PACKAGE_PPPD is not set
# BR2_PACKAGE_RP_PPPOE is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
#
# quagga suite
#
# BR2_PACKAGE_QUAGGA_ZEBRA is not set
# BR2_PACKAGE_QUAGGA_BGPD is not set
# BR2_PACKAGE_QUAGGA_RIPD is not set
# BR2_PACKAGE_QUAGGA_RIPNGD is not set
# BR2_PACKAGE_QUAGGA_OSPFD is not set
# BR2_PACKAGE_QUAGGA_WATCHQUAGGA is not set
# BR2_PACKAGE_QUAGGA_ISISD is not set
BR2_PACKAGE_RSYNC=y
# BR2_PACKAGE_SAMBA is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_STUNNEL is not set
# BR2_PACKAGE_TCPDUMP is not set
# BR2_PACKAGE_DHCPDUMP is not set
# BR2_PACKAGE_TFTPD is not set
# BR2_PACKAGE_THTTPD is not set
# BR2_PACKAGE_TINYHTTPD is not set
# BR2_PACKAGE_TN5250 is not set
# BR2_PACKAGE_TTCP is not set
# BR2_PACKAGE_UDPCAST is not set
# BR2_PACKAGE_VPNC is not set
# BR2_PACKAGE_VSFTPD is not set
# BR2_PACKAGE_VTUN is not set
# BR2_PACKAGE_WEBIF is not set
# BR2_PACKAGE_WGET is not set
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WPA_SUPPLICANT=y
#
# Hardware handling / blockdevices and filesystem maintenance
#
# BR2_PACKAGE_DBUS is not set
# BR2_PACKAGE_DEVMEM2 is not set
# BR2_PACKAGE_DM is not set
# BR2_PACKAGE_DMRAID is not set
BR2_PACKAGE_E2FSPROGS=y
BR2_PACKAGE_E2FSPROGS_BADBLOCKS=y
BR2_PACKAGE_E2FSPROGS_BLKID=y
BR2_PACKAGE_E2FSPROGS_CHATTR=y
BR2_PACKAGE_E2FSPROGS_DUMPE2FS=y
BR2_PACKAGE_E2FSPROGS_E2FSCK=y
BR2_PACKAGE_E2FSPROGS_E2LABEL=y
BR2_PACKAGE_E2FSPROGS_FILEFRAG=y
BR2_PACKAGE_E2FSPROGS_FINDFS=y
BR2_PACKAGE_E2FSPROGS_FSCK=y
BR2_PACKAGE_E2FSPROGS_LOGSAVE=y
BR2_PACKAGE_E2FSPROGS_LSATTR=y
BR2_PACKAGE_E2FSPROGS_MKE2FS=y
BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND=y
BR2_PACKAGE_E2FSPROGS_TUNE2FS=y
BR2_PACKAGE_E2FSPROGS_UUIDGEN=y
BR2_PACKAGE_E2FSPROGS_LIBUUID=y
# BR2_PACKAGE_EEPROG is not set
# BR2_PACKAGE_FCONFIG is not set
# BR2_PACKAGE_FIS is not set
# BR2_PACKAGE_LIBFUSE is not set
# BR2_PACKAGE_GADGETFS_TEST is not set
# BR2_PACKAGE_HAL is not set
# BR2_PACKAGE_HDPARM is not set
# BR2_PACKAGE_HOTPLUG is not set
# BR2_PACKAGE_HWDATA is not set
# BR2_PACKAGE_I2C_TOOLS is not set
# BR2_PACKAGE_INPUT_TOOLS is not set
# BR2_PACKAGE_IOSTAT is not set
# BR2_PACKAGE_LIBAIO is not set
# BR2_PACKAGE_LIBRAW1394 is not set
BR2_PACKAGE_LIBUSB=y
# BR2_PACKAGE_LM_SENSORS is not set
# BR2_PACKAGE_LVM2 is not set
# BR2_PACKAGE_MDADM is not set
# BR2_PACKAGE_MEMTESTER is not set
# BR2_PACKAGE_MKDOSFS is not set
BR2_PACKAGE_MTD=y
BR2_PACKAGE_MTD_UTILS=y
# BR2_PACKAGE_MTD_20061007 is not set
# BR2_PACKAGE_MTD_20050122 is not set
# BR2_PACKAGE_MTD_UTILS_GIT is not set
#
# MTD tools selection
#
BR2_PACKAGE_MTD_DOCFDISK=y
BR2_PACKAGE_MTD_DOC_LOADBIOS=y
BR2_PACKAGE_MTD_FLASHCP=y
BR2_PACKAGE_MTD_FLASH_ERASE=y
BR2_PACKAGE_MTD_FLASH_ERASEALL=y
BR2_PACKAGE_MTD_FLASH_INFO=y
BR2_PACKAGE_MTD_FLASH_LOCK=y
BR2_PACKAGE_MTD_FLASH_UNLOCK=y
BR2_PACKAGE_MTD_FTL_CHECK=y
BR2_PACKAGE_MTD_FTL_FORMAT=y
BR2_PACKAGE_MTD_JFFS2DUMP=y
BR2_PACKAGE_MTD_MKFSJFFS2=y
BR2_PACKAGE_MTD_MKFSJFFS=y
BR2_PACKAGE_MTD_MTD_DEBUG=y
BR2_PACKAGE_MTD_NANDDUMP=y
BR2_PACKAGE_MTD_NANDWRITE=y
BR2_PACKAGE_MTD_NFTL_FORMAT=y
BR2_PACKAGE_MTD_NFTLDUMP=y
BR2_PACKAGE_MTD_SUMTOOL=y
# BR2_PACKAGE_NTFS-3G is not set
# BR2_PACKAGE_PCIUTILS is not set
# BR2_PACKAGE_SETSERIAL is not set
# BR2_PACKAGE_SFDISK is not set
# BR2_PACKAGE_SMARTMONTOOLS is not set
BR2_PACKAGE_UDEV=y
# BR2_PACKAGE_UDEV_UTILS is not set
#
# Extra udev tools
#
# BR2_PACKAGE_UDEV_VOLUME_ID is not set
# BR2_PACKAGE_USBMOUNT is not set
BR2_PACKAGE_USBUTILS=y
# BR2_PACKAGE_WIPE is not set
# BR2_PACKAGE_XFSPROGS is not set
#
# Audio and video libraries and applications
#
BR2_PACKAGE_ALSA_LIB=y
BR2_PACKAGE_ALSA_UTILS=y
#
# ALSA utils selection
#
BR2_PACKAGE_ALSA_UTILS_ALSACONF=y
BR2_PACKAGE_ALSA_UTILS_ALSACTL=y
BR2_PACKAGE_ALSA_UTILS_ALSAMIXER=y
# BR2_PACKAGE_ALSA_UTILS_AMIDI is not set
# BR2_PACKAGE_ALSA_UTILS_AMIXER is not set
BR2_PACKAGE_ALSA_UTILS_APLAY=y
BR2_PACKAGE_ALSA_UTILS_ARECORD=y
# BR2_PACKAGE_ALSA_UTILS_IECSET is not set
# BR2_PACKAGE_ALSA_UTILS_ACONNECT is not set
# BR2_PACKAGE_ALSA_UTILS_APLAYMIDI is not set
# BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI is not set
# BR2_PACKAGE_ALSA_UTILS_ASEQDUMP is not set
# BR2_PACKAGE_ALSA_UTILS_ASEQNET is not set
# BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST is not set
# BR2_PACKAGE_AUMIX is not set
# BR2_PACKAGE_FLAC is not set
# BR2_PACKAGE_GSTREAMER is not set
BR2_PACKAGE_LIBID3TAG=y
BR2_PACKAGE_LIBMAD=y
# BR2_PACKAGE_LIBMAD_TARGET_HEADERS is not set
# BR2_PACKAGE_LIBMPD is not set
# BR2_PACKAGE_LIBOGG is not set
# BR2_PACKAGE_LIBSNDFILE is not set
# BR2_PACKAGE_LIBTHEORA is not set
#
# libvorbis requires the package libogg to build
#
BR2_PACKAGE_MADPLAY=y
BR2_PACKAGE_MADPLAY_ALSA=y
BR2_PACKAGE_MPG123=y
BR2_PACKAGE_MPLAYER=y
# BR2_PACKAGE_SPEEX is not set
# BR2_PACKAGE_FESTIVAL is not set
# BR2_PACKAGE_VLC is not set
#
# Graphic libraries and applications (graphic/text)
#
#
# text rendering libraries
#
BR2_PACKAGE_NCURSES=y
# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
# BR2_PACKAGE_NCURSES_TARGET_HEADERS is not set
# BR2_PACKAGE_NEWT is not set
# BR2_PACKAGE_SLANG is not set
#
# text rendering applications
#
# BR2_PACKAGE_DIALOG is not set
#
# graphic libraries
#
BR2_PACKAGE_DIRECTFB=y
# BR2_PACKAGE_DIRECTFB_MULTI is not set
BR2_PACKAGE_DIRECTFB_KEYBOARD=y
# BR2_PACKAGE_DIRECTFB_SERIALMOUSE is not set
BR2_PACKAGE_DIRECTFB_PNG=y
BR2_PACKAGE_DIRECTFB_TSLIB=y
BR2_PACKAGE_DIRECTFB_GIF=y
BR2_PACKAGE_DIRECTFB_JPEG=y
BR2_PACKAGE_DIRECTFB_EXAMPLES=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE=y
# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set
# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set
BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW=y
# BR2_PACKAGE_FBDUMP is not set
# BR2_PACKAGE_IMAGEMAGICK is not set
BR2_PACKAGE_JPEG=y
# BR2_PACKAGE_LIBART is not set
BR2_PACKAGE_LIBPNG=y
BR2_PACKAGE_LIBUNGIF=y
# BR2_PACKAGE_LINUX_FUSION is not set
# BR2_PACKAGE_LITE is not set
# BR2_PACKAGE_PIXMAN is not set
# BR2_PACKAGE_SAWMAN is not set
# BR2_PACKAGE_SDL is not set
# BR2_PACKAGE_TIFF is not set
#
# busybox graphic applications
#
#
# --> May be broken in busybox
#
# BR2_PACKAGE_FBV is not set
# BR2_PACKAGE_FBSET is not set
#
# other GUIs
#
# BR2_PACKAGE_QTOPIA4 is not set
BR2_PACKAGE_XSERVER_none=y
# BR2_PACKAGE_XSERVER_xorg is not set
#
# xorg requires a toolchain with LOCALE and WCHAR support
#
# BR2_PACKAGE_XSERVER_tinyx is not set
#
# X libraries and helper libraries
#
# BR2_PACKAGE_ATK is not set
# BR2_PACKAGE_CAIRO is not set
# BR2_PACKAGE_PANGO is not set
# BR2_PACKAGE_LIBDRM is not set
# BR2_PACKAGE_LIBERATION is not set
# BR2_PACKAGE_LIBGLIB12 is not set
BR2_PACKAGE_LIBGLIB2=y
# BR2_PACKAGE_LIBGTK2 is not set
# BR2_PACKAGE_OPENMOTIF is not set
# BR2_PACKAGE_FONTCONFIG is not set
BR2_PACKAGE_FREETYPE=y
# BR2_FREETYPE_VERSION_2_2_1 is not set
BR2_FREETYPE_VERSION_2_3_7=y
BR2_FREETYPE_VERSION="2.3.7"
BR2_PACKAGE_TSLIB=y
# BR2_PACKAGE_WEBKIT is not set
#
# X Window managers
#
# BR2_PACKAGE_MATCHBOX is not set
#
# X applications
#
# BR2_PACKAGE_ALSAMIXERGUI is not set
#
# dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))
#
# BR2_PACKAGE_GQVIEW is not set
# BR2_PACKAGE_LEAFPAD is not set
#
# midori - disabled (requires Xorg(7))
#
# BR2_PACKAGE_PCMANFM is not set
# BR2_PACKAGE_SYLPHEED is not set
# BR2_PACKAGE_TORSMO is not set
# BR2_PACKAGE_X11VNC is not set
# BR2_PACKAGE_XPDF is not set
# BR2_PACKAGE_XSTROKE is not set
# BR2_PACKAGE_XVKBD is not set
#
# Compressors / decompressors
#
# BR2_PACKAGE_GZIP is not set
BR2_PACKAGE_LZO=y
# BR2_PACKAGE_LZMA_TARGET is not set
# BR2_PACKAGE_LZMA_HOST is not set
BR2_PACKAGE_ZLIB=y
# BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set
#
# Package managers
#
# BR2_PACKAGE_IPKG is not set
# BR2_PACKAGE_PORTAGE is not set
# BR2_PACKAGE_RPM is not set
#
# Interpreter languages / Scripting
#
# BR2_PACKAGE_LUA is not set
# BR2_PACKAGE_MICROPERL is not set
# BR2_PACKAGE_PYTHON is not set
# BR2_PACKAGE_RUBY is not set
# BR2_PACKAGE_TCL is not set
# BR2_PACKAGE_PHP is not set
#
# XML handling
#
# BR2_PACKAGE_EXPAT is not set
BR2_PACKAGE_EZXML=y
BR2_PACKAGE_LIBXML2=y
# BR2_PACKAGE_LIBXSLT is not set
# BR2_PACKAGE_XERCES is not set
#
# Java
#
# BR2_PACKAGE_CLASSPATH is not set
#
# Games
#
# BR2_PACKAGE_GNUCHESS is not set
# BR2_PACKAGE_MAGICCUBE4D is not set
# BR2_PACKAGE_PRBOOM is not set
# BR2_PACKAGE_RUBIX is not set
# BR2_PACKAGE_VICE is not set
# BR2_PACKAGE_XBOARD is not set
#
# Target filesystem options
#
BR2_ROOTFS_PREFIX="rootfs"
BR2_ROOTFS_SUFFIX=""
#
# filesystem for target device
#
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_CLOOP is not set
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_BLOCKS=0
BR2_TARGET_ROOTFS_EXT2_INODES=0
BR2_TARGET_ROOTFS_EXT2_RESBLKS=0
BR2_TARGET_ROOTFS_EXT2_SQUASH=y
BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2"
BR2_TARGET_ROOTFS_EXT2_NONE=y
# BR2_TARGET_ROOTFS_EXT2_GZIP is not set
# BR2_TARGET_ROOTFS_EXT2_BZIP2 is not set
# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
BR2_TARGET_ROOTFS_EXT2_COPYTO=""
# BR2_TARGET_ROOTFS_JFFS2 is not set
# BR2_TARGET_ROOTFS_UBIFS is not set
# BR2_TARGET_ROOTFS_SQUASHFS is not set
# BR2_TARGET_ROOTFS_TAR is not set
# BR2_TARGET_ROOTFS_CPIO is not set
# BR2_TARGET_ROOTFS_INITRAMFS is not set
# BR2_TARGET_ROOTFS_ROMFS is not set
#
# bootloader for target device
#
# BR2_TARGET_UBOOT is not set
#
# Kernel
#
BR2_KERNEL_none=y
# BR2_KERNEL_LINUX_ADVANCED is not set
# BR2_KERNEL_LINUX is not set
# BR2_KERNEL_HURD is not set
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
@ 2009-03-20 6:49 Christian Eggers
0 siblings, 0 replies; 20+ messages in thread
From: Christian Eggers @ 2009-03-20 6:49 UTC (permalink / raw)
To: buildroot
>Try the following changes, thing work fine here for me, also with
>gcc-4.3.2 built for PXA270/300.
>
>> # Automatically generated make config: don't edit
>> # Tue Mar 17 13:25:58 2009
>
>[...]
>
>> BR2_xscale=y
>> # BR2_iwmmxt is not set
>> BR2_ARM_TYPE="ARM_XSCALE"
>> # BR2_ARM_OABI is not set
>> BR2_ARM_EABI=y
>> BR2_ARCH="arm"
>> BR2_ENDIAN="LITTLE"
>> BR2_GCC_TARGET_TUNE="xscale"
>> BR2_GCC_TARGET_ABI="aapcs-linux"
>
># BR2_xscale is not set
>BR2_iwmmxt=y
>BR2_ARM_TYPE="ARM_IWMMXT"
># BR2_ARM_OABI is not set
>BR2_ARM_EABI=y
>BR2_ARCH="arm"
>BR2_ENDIAN="LITTLE"
>BR2_GCC_TARGET_TUNE="iwmmxt"
>BR2_GCC_TARGET_ARCH="iwmmxt"
/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3/libgcc/../gcc/crtstuff.c: In function '__do_global_dtors_aux':
/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3/libgcc/../gcc/crtstuff.c:306: error: '__DTOR_LIST__' undeclared (first use in this function)
/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3/libgcc/../gcc/crtstuff.c:306: error: (Each undeclared identifier is reported only once
/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3/libgcc/../gcc/crtstuff.c:306: error: for each function it appears in.)
make[2]: *** [crtbegin.o] Fehler 1
make[2]: Leaving directory `/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3-initial/arm-linux-uclibc/libgcc'
make[1]: *** [all-target-libgcc] Fehler 2
make[1]: Leaving directory `/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3-initial'
make: *** [/home/christian/buildroot-r25712/toolchain_build_arm/gcc-4.3.3-initial/.compiled] Fehler 2
I've the same problem building an ARM EABI toolchain. The GCC build error happens with buildroot-2009.02 (gcc-4.3.2) and current SVN (25712, gcc-4.3.3). The
result is equal for xscale, iwmmxt and arm920t.
Ater each change in menuconfg I've deleted the toolchain_build_arm/ subdir. Is this sufficient?
regards
Christian
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-19 8:39 ` Daniel Mack
@ 2009-03-24 12:37 ` Per-Henrik Lundblom
2009-03-24 13:11 ` Daniel Mack
0 siblings, 1 reply; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-24 12:37 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090319 09:40]:
> I attached my config - if that works, you can diff it against your local
> one to find the root cause.
Thanks for that one! Of course I found some small discrepances between
your config and mine. I merged the two configs and everything built OK.
Unfortunately my board don't wan't to boot the resulting kernel. It
unpacks OK, then I don't get any more output on the console and the
system doesn't come up. Guess I have to leave the EABI for now even
though I really want to have it working.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 12:37 ` Per-Henrik Lundblom
@ 2009-03-24 13:11 ` Daniel Mack
2009-03-24 13:19 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-24 13:11 UTC (permalink / raw)
To: buildroot
On Tue, Mar 24, 2009 at 01:37:10PM +0100, Per-Henrik Lundblom wrote:
> > I attached my config - if that works, you can diff it against your local
> > one to find the root cause.
>
> Thanks for that one! Of course I found some small discrepances between
> your config and mine. I merged the two configs and everything built OK.
Fine :)
> Unfortunately my board don't wan't to boot the resulting kernel. It
> unpacks OK, then I don't get any more output on the console and the
> system doesn't come up. Guess I have to leave the EABI for now even
> though I really want to have it working.
So you don't see the kernel booting at all? That sounds like a problem
unrelated to OABI/EABI issues. I suggest you ask at the ARM Linux kernel
mailing list.
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 13:11 ` Daniel Mack
@ 2009-03-24 13:19 ` Per-Henrik Lundblom
2009-03-24 13:29 ` Daniel Mack
0 siblings, 1 reply; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-24 13:19 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090324 14:12]:
> So you don't see the kernel booting at all? That sounds like a problem
> unrelated to OABI/EABI issues. I suggest you ask at the ARM Linux kernel
> mailing list.
Yup, I guess so too. It is probably a misconfiguration from my side, but
the strange thing is that I just modified some small things (like
enabling EABI binary support). It may be related to the newly built
toolchain, I don't know.
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 13:19 ` Per-Henrik Lundblom
@ 2009-03-24 13:29 ` Daniel Mack
2009-03-24 13:53 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-24 13:29 UTC (permalink / raw)
To: buildroot
On Tue, Mar 24, 2009 at 02:19:04PM +0100, Per-Henrik Lundblom wrote:
> > So you don't see the kernel booting at all? That sounds like a problem
> > unrelated to OABI/EABI issues. I suggest you ask at the ARM Linux kernel
> > mailing list.
>
> Yup, I guess so too. It is probably a misconfiguration from my side, but
> the strange thing is that I just modified some small things (like
> enabling EABI binary support). It may be related to the newly built
> toolchain, I don't know.
Please have a look at this thread:
http://lists.arm.linux.org.uk/lurker/message/20090123.185306.b2c4bb05.en.html
Conclusion is: do not build your kernel using a compiler that generates
iwmmxt code. As these extensions can't be used from both the kernel and
userspace at the same time, it is reserved for user's binaries and hence
forbidden in the kernel.
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 13:29 ` Daniel Mack
@ 2009-03-24 13:53 ` Per-Henrik Lundblom
2009-03-24 14:39 ` Daniel Mack
0 siblings, 1 reply; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-24 13:53 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090324 14:29]:
> Please have a look at this thread:
>
> http://lists.arm.linux.org.uk/lurker/message/20090123.185306.b2c4bb05.en.html
>
> Conclusion is: do not build your kernel using a compiler that generates
> iwmmxt code. As these extensions can't be used from both the kernel and
> userspace at the same time, it is reserved for user's binaries and hence
> forbidden in the kernel.
That makes sense... Shouldn't buildroot automagically just solve this
for me? ;)
In build_arm/staging_dir/usr/bin I only have arm-linux-uclibcgnueabi-*
gcc tools. I guess those is not the right ones to build the kernel then?
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 13:53 ` Per-Henrik Lundblom
@ 2009-03-24 14:39 ` Daniel Mack
2009-03-24 14:46 ` Per-Henrik Lundblom
0 siblings, 1 reply; 20+ messages in thread
From: Daniel Mack @ 2009-03-24 14:39 UTC (permalink / raw)
To: buildroot
On Tue, Mar 24, 2009 at 02:53:02PM +0100, Per-Henrik Lundblom wrote:
> >
> > http://lists.arm.linux.org.uk/lurker/message/20090123.185306.b2c4bb05.en.html
> >
> > Conclusion is: do not build your kernel using a compiler that generates
> > iwmmxt code. As these extensions can't be used from both the kernel and
> > userspace at the same time, it is reserved for user's binaries and hence
> > forbidden in the kernel.
I was a little unprecise here: you can use the same compiler to build
your kernel and iwmmxt enabled user space binaries, the important thing
is that gcc does not generate code with these extensions unless it was
explicitly asked to do so. Screwed up br2 configs in conjunction with
some broken internal dependencies in buildroot (which habe been fixed
already) made gcc to do than unprovoked, which caused the built of
unbootable kernels.
> That makes sense... Shouldn't buildroot automagically just solve this
> for me? ;)
>
> In build_arm/staging_dir/usr/bin I only have arm-linux-uclibcgnueabi-*
> gcc tools. I guess those is not the right ones to build the kernel then?
You can't judge from the names, but the location is fine. Just make
sure you get a EABI enabled gcc that does not use the fancy iwmmxt
extensions _by_default_. Play around with the br2-settings, your problem
is certainly somewhere there. And could you post the solution here for
others? :)
Daniel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [Buildroot] Tool building problem EABI+PXA270
2009-03-24 14:39 ` Daniel Mack
@ 2009-03-24 14:46 ` Per-Henrik Lundblom
0 siblings, 0 replies; 20+ messages in thread
From: Per-Henrik Lundblom @ 2009-03-24 14:46 UTC (permalink / raw)
To: buildroot
* Daniel Mack <daniel@caiaq.de> [090324 15:39]:
> You can't judge from the names, but the location is fine. Just make
> sure you get a EABI enabled gcc that does not use the fancy iwmmxt
> extensions _by_default_. Play around with the br2-settings, your problem
> is certainly somewhere there. And could you post the solution here for
> others? :)
Got that from the thread you linked to. Do the options listed with
xxx-gcc -v show what options that is used by default och what options
gcc was compiled for and therefore supports? For example I have this:
./build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-gcc -v
Using built-in specs.
Target: arm-linux-uclibcgnueabi
Configured with:
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/configure --prefix=/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=arm-linux-uclibcgnueabi --enable-languages=c --with-sysroot=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir --with-build-time-tools=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-shared --with-gmp=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gmp --with-mpfr=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/mpfr --disable-nls --enable-threads --disable-multilib --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=iwmmxt --with-tune=iwmmxt : (reconfigured) /home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gcc-4.3.2/configure --prefix=/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=arm-linux-uclibcgnueabi --enable-languages=c --with-sysroot=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir --with-build-time-tools=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-shared --with-gmp=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/gmp --with-mpfr=/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot-2009.02/toolchain_build_arm/mpfr --disable-nls --enable-threads --disable-multilib --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=iwmmxt --with-tune=iwmmxt
Thread model: posix
gcc version 4.3.2 (GCC)
How do I know if the iwmmxt stuff is used by default?
/PH
--
Per-Henrik Lundblom epost: ph at whatever.nu
telefon: 0733-20 71 26 hemsida: www.whatever.nu
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2009-03-24 14:46 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 11:23 [Buildroot] Tool building problem EABI+PXA270 Per-Henrik Lundblom
2009-03-18 11:47 ` Daniel Mack
2009-03-18 12:25 ` Per-Henrik Lundblom
2009-03-18 12:30 ` Daniel Mack
[not found] ` <20090318131349.GD27893@whatever.nu>
2009-03-18 13:25 ` Daniel Mack
2009-03-18 14:25 ` Per-Henrik Lundblom
2009-03-18 14:46 ` Daniel Mack
2009-03-18 15:53 ` Per-Henrik Lundblom
2009-03-19 8:39 ` Daniel Mack
2009-03-24 12:37 ` Per-Henrik Lundblom
2009-03-24 13:11 ` Daniel Mack
2009-03-24 13:19 ` Per-Henrik Lundblom
2009-03-24 13:29 ` Daniel Mack
2009-03-24 13:53 ` Per-Henrik Lundblom
2009-03-24 14:39 ` Daniel Mack
2009-03-24 14:46 ` Per-Henrik Lundblom
2009-03-18 12:31 ` Sven Neumann
2009-03-18 13:09 ` Per-Henrik Lundblom
[not found] ` <37c712e0903180742k6dbee6a4q48e3a4e023089e0@mail.gmail.com>
2009-03-18 14:54 ` Per-Henrik Lundblom
-- strict thread matches above, loose matches on Subject: below --
2009-03-20 6:49 Christian Eggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox