FuzzySNR
Member level 2
- Joined
- Oct 3, 2005
- Messages
- 47
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,689
Hi all,
While I am trying to build the Xilinx Linux kernel for the ML605 board, I bump into the following error messages (I am on Ubuntu 12.04LTS):
cc1: error: unrecognized command line option ‘-mno-xl-soft-div’
cc1: error: unrecognized command line option ‘-mxl-barrel-shift’
cc1: error: unrecognized command line option ‘-mxl-pattern-compare’
cc1: error: unrecognized command line option ‘-mxl-multiply-high’
cc1: error: unrecognized command line option ‘-mno-xl-soft-mul’
I have git cloned the latest kernel sources from Xilinx git (git clone git://git.xilinx.com/linux-xlnx.git master) and then I proceeded as follows:
cp microblaze_v2.0_le/initramfs_minimal_le.cpio.gz linux-2.6-microblaze
cp sdk/device-tree_bsp_0/microblaze_0/libsrc/device-tree_v0_00_x/xilinx.dts linux
xlnx/arch/microblaze/boot/dts/
make ARCH=microblaze mrproper
make ARCH=microblaze mmu_defconfig (xilinx_mmu_deconfig doesn't exist!)
make ARCH=microblaze xconfig (where I changed the MB version and kernel base address to match my .MHS and set barell shifter to 1)
make ARCH=microblaze simpleImage.xilinx
Really stuck here, any help?
While I am trying to build the Xilinx Linux kernel for the ML605 board, I bump into the following error messages (I am on Ubuntu 12.04LTS):
cc1: error: unrecognized command line option ‘-mno-xl-soft-div’
cc1: error: unrecognized command line option ‘-mxl-barrel-shift’
cc1: error: unrecognized command line option ‘-mxl-pattern-compare’
cc1: error: unrecognized command line option ‘-mxl-multiply-high’
cc1: error: unrecognized command line option ‘-mno-xl-soft-mul’
I have git cloned the latest kernel sources from Xilinx git (git clone git://git.xilinx.com/linux-xlnx.git master) and then I proceeded as follows:
cp microblaze_v2.0_le/initramfs_minimal_le.cpio.gz linux-2.6-microblaze
cp sdk/device-tree_bsp_0/microblaze_0/libsrc/device-tree_v0_00_x/xilinx.dts linux
xlnx/arch/microblaze/boot/dts/
make ARCH=microblaze mrproper
make ARCH=microblaze mmu_defconfig (xilinx_mmu_deconfig doesn't exist!)
make ARCH=microblaze xconfig (where I changed the MB version and kernel base address to match my .MHS and set barell shifter to 1)
make ARCH=microblaze simpleImage.xilinx
Really stuck here, any help?