gcc-arm-none-eabi: can't build Linux kernel (regression)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-arm-none-eabi (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce the problem:
$ git clone git://gitorious
$ cd freemangordons-
$ git checkout v3.16-rc1-n900
$ export ARCH=arm
$ make rx51_defconfig
$ make zImage
Error:
CC arch/arm/
arch/arm/
arch/arm/
asm("mrc p15, 0, %0, c2, c0\n\t"
^
scripts/
make[1]: *** [arch/arm/
Makefile:893: recipe for target 'arch/arm/kernel' failed
make: *** [arch/arm/kernel] Error 2
-
Dowgraded previous version from Utopic.
downgrading gcc-arm-none-eabi from 4.8.3-11ubuntu1+11 to 4.8.2-14ubuntu1+6
-> Compiles fine.
--
Reported also in: https:/
Where gcc-arm-none-eabi 4.8.3-9+11 failed and 4.8.3-7+10 was succesfully used.