Hi Elynum
So you don't have mb-gcc tool-chain install in your linux machine, is this correct?I don't have that. That is the problem but I didn't think I needed that. I have the xilinx tools on a windows computer. I've been just doing the kernel stuff in linux. Do I have to install the xilinx 7.1 tools in Linux? You do need to install the latest mb-gcc tool-chain, in order to compile uClinux kernel. You can download the mb-gcc tool-chain from website below. http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/Toolchain/linux_binaries.html Once you extract the archive, you need to set up the path with $ export PATH=/usr/local/microblaze-elf-tools/bin:${PATH} Regards, Jason |