From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 20 Oct 2010 22:38:06 +0200 Subject: [U-Boot] ARM: Warning with current master In-Reply-To: <4CBEA16B.1030302@arcor.de> References: <4CBE98A1.9020301@arcor.de> <4CBE9DC7.8020105@free.fr> <4CBEA16B.1030302@arcor.de> Message-ID: <4CBF532E.1060401@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 20/10/2010 09:59, Matthias Wei?er a ?crit : > Am 20.10.2010 09:44, schrieb Albert ARIBAUD: >> Le 20/10/2010 09:22, Matthias Wei?er a ?crit : >>> Hi >>> >>> after pulling the latest changes I get the following warning during >>> linking of arm boards (I tested jadecpu and tx25). >>> >>> arm-unknown-eabi-ld: warning: creating a DT_TEXTREL in object. >> >> Hmm... Which toolchain do you use? > > I build it myself using crosstools-ng > > $ arm-unknown-eabi-gcc -v > Using built-in specs. > Target: arm-unknown-eabi > Configured with: ~/ctdev/targets/src/gcc-4.3.4/configure > --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu > --target=arm-unknown-eabi --prefix=~/x-tools/arm-unknown-eabi > --with-local-prefix=~/x-tools/arm-unknown-eabi/arm-unknown-eabi//sys-root --disable-multilib > --disable-libmudflap > --with-sysroot=~/x-tools/arm-unknown-eabi/arm-unknown-eabi//sys-root > --with-newlib --enable-threads=no --disable-shared > --with-pkgversion=crosstool-NG-1.8.0 --disable-__cxa_atexit > --with-gmp=~/ctdev/targets/arm-unknown-eabi/build/static > --with-mpfr=~/ctdev/targets/arm-unknown-eabi/build/static > --enable-target-optspace --disable-nls --enable-symvers=gnu > --enable-languages=c,c++ > Thread model: single > gcc version 4.3.4 (crosstool-NG-1.8.0) > > Hope this helps. > > Matthias This is an ld, not gcc, issue. What does arm-unknown-eabi-ld -V produce? Amicalement, -- Albert.