This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365 Building Linux Kernel

hi all,

I  need some changes in linux kernel , so, i need to rebuild  "uImage" file   but i can't...

 

Here is a dump of building process :

root@ubuntu:/usr/dvsdk/psp/linux-2.6.32.17-psp03.01.01.39# make uImage ARCH=arm CROSS_COMPILE= /root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc
  CHK     include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
  CHK     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-arm
  CC      kernel/bounds.s
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=aapcs-linux"
cc1: error: unrecognized command line option "-mno-thumb-interwork"
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
root@ubuntu:/usr/dvsdk/psp/linux-2.6.32.17-psp03.01.01.39#

I use dm365 EVM board...  

Where the problem? please help.

thanks&regards.