I'm trying run ubuntu snappy core on qemu. To do that i need kernel for snappy core. I found a description how to do that here : custom linux kernel for snappy core
They said that i need a cross compiler so i follow install cross compiler description to install arm-none-linux-gnu-gcc but i can't dowload cross compiler at the link they provide so I follow this link to download cross compiler: download.opencontroller.com/tools/arm-2013.05-24-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
Then i follow the decription in install cross compiler to install cross compiler. But when i use command: "make ARCH=arm" to buid kernel i recieve error: make: arm-none-linux-gnueabi-gcc: Command not found There are some people have this error too and they said that it's because they are using 64bit version which is not my case (I'm using ubuntu 32bit version) .Can some one help me out ?
here is the line that i append to .bashrc file:export PATH=$PATH:/home/thanh/draft/arm-2013.05/arm-none-linux-gnueabi/bin All my .bashrc file here: drive.google.com/file/d/0By0_QpVISV27Z0pZTUIwN3FKMWc/view?usp=sharing