Package: gcc-arm-none-eabi
Version: 4.8.3-9+11
Severity: important

Dear Maintainer,

Since upgrading gcc-arm-none-eabi to version 4.8.3-9+11, I am unable to build 
an ARM Linux kernel.

I am using the kernel source code from here (v3.14-rc3 branch):

https://gitorious.org/linux-n900/freemangordons-linux-n900/

The build fails with the following during the compilation of process.c:

  CC      arch/arm/kernel/process.o
arch/arm/kernel/process.c: In function '__show_regs':
arch/arm/kernel/process.c:293:4: error: invalid 'asm': operand number out of 
range
    asm("mrc p15, 0, %0, c2, c0\n\t"
    ^
scripts/Makefile.build:257: recipe for target 'arch/arm/kernel/process.o' failed
make[1]: *** [arch/arm/kernel/process.o] Error 1
Makefile:893: recipe for target 'arch/arm/kernel' failed
make: *** [arch/arm/kernel] Error 2

Steps to reproduce the problem:

$ git clone git://gitorious.org/linux-n900/freemangordons-linux-n900.git
$ cd freemangordons-linux-n900
$ git checkout v3.16-rc1-n900
$ export ARCH=arm
$ export CROSS_COMPILE=arm-none-eabi-
$ make rx51_defconfig
$ make zImage

I removed gcc-arm-none-eabi version 4.8.3-9+11, installed the previous version 
(4.8.3-7+10) from snapshots 
(http://snapshot.debian.org/package/gcc-arm-none-eabi/10/), rebuilt the kernel 
and the problem went away.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2.towo.2-siduction-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-arm-none-eabi depends on:
ii  binutils-arm-none-eabi  2.24.51.20140604-3+5
ii  libc6                   2.19-10
ii  libcloog-isl4           0.18.2-1
ii  libgcc1                 1:4.9.1-12
ii  libgmp10                2:6.0.0+dfsg-6
ii  libisl10                0.12.2-2
ii  libmpc3                 1.0.2-1
ii  libmpfr4                3.1.2-1
ii  libstdc++6              4.9.1-12
ii  zlib1g                  1:1.2.8.dfsg-2

Versions of packages gcc-arm-none-eabi recommends:
pn  libnewlib-arm-none-eabi  <none>

gcc-arm-none-eabi suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to