[android-porting] Error: selected processor does not support ARM mode `cpsie i'

2010-11-08 Thread l l
Hello, When I compile the android kernel for i.MX51 board. My cross compile is :arm-none-linux-gnueabi-gcc But I meet such error. Can you give me some advice. * [r...@localhost kernel_imx]# make CHK include/linux/version.h Generating i

Re: [android-porting] Error: selected processor does not support ARM mode `cpsie i'

2010-11-08 Thread Deva R
Hi, cortex A8 build for armv7 fails., what version of codesourcery tool chain is being used? btw - we faced similar issues while migrating across codesourcery tool chain versions for omap armv7 builds. cross check march flag passed to compiler.. http://kerneltrap.org/mailarchive/git-commits-head/

Re: [android-porting] Error: selected processor does not support ARM mode `cpsie i'

2010-11-08 Thread l l
Hello , Thank you for you reply. My codesourcery tool chain is arm-none-linux-gnueabi-gcc . And the version of codesourcery tool chain is (Sourcery G++ Lite 2010q1-202) 4.4.1 I have solved the problem according to your advice. Thank you ! ~_~ 在 2010年11月9日 上午1:09,Deva R 写道: > Hi, > > cortex

Re: [android-porting] Error: selected processor does not support ARM mode `cpsie i'

2012-08-14 Thread Vania Joloboff
On Monday, November 8, 2010 5:52:25 PM UTC+8, AndroidBit wrote: > Hello, > >   > > When I compile the android kernel for i.MX51 board. > > My cross compile is :arm-none-linux-gnueabi-gcc > >   > > But I meet such error. > >   > > Can you give me some advice. > >   > > *

Re: [android-porting] Error: selected processor does not support ARM mode `cpsie i'

2013-04-12 Thread Rajas Littleinvo
Hai I am using latest stable linux kernel ( 3.8.6 ) for porting the uImage to my OMAP board I cross compile this kernel to arm-linux with the help of codesourcery*arm-linuc-gnueabi-gcc * toolchain. It compiles every drivers that i include but it stuck with final end while compiling for arm arc