From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Matthias_Wei=DFer?= Date: Wed, 20 Oct 2010 09:59:39 +0200 Subject: [U-Boot] ARM: Warning with current master In-Reply-To: <4CBE9DC7.8020105@free.fr> References: <4CBE98A1.9020301@arcor.de> <4CBE9DC7.8020105@free.fr> Message-ID: <4CBEA16B.1030302@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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