Linux porting to ARM9

Status
Not open for further replies.

Ishaan Karnik

Member level 3
Joined
Jun 16, 2012
Messages
64
Helped
14
Reputation
28
Reaction score
14
Trophy points
1,288
Activity points
1,726
I am getting the following the following error while cross-compiling Linux Kernel 2.6.34 for AT91RM9200 controller on Blueboard AT91RM9200.
I am using the configuration and patch provided by the board vender.
I have successfully completed KERNEL COMPILATION and File system compilation.
I am getting error during kernel with RootFS Compilation.
Code:
cc1: error: unrecognized command line option "-mlittle-endian"
cc1: error: unrecognized command line option "-mapcs"
cc1: error: unrecognized command line option "-mno-sched-prolog"
cc1: error: unrecognized command line option "-mabi=apcs-gnu"
kernel/bounds.c:1: error: bad value (armv4t) for -march= switch
kernel/bounds.c:1: error: bad value (arm9tdmi) for -mtune= switch
make[1]: *** [kernel/bounds.s] Error 1
make: *** [prepare0] Error 2
Kindly acknowledge.
Regards.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…