On Sat, 2011-07-23 at 17:32 +0200, Mario wrote: > Hello, > > I'm trying to install the codezero embedded hypervisor on the Beagle Board XM. > I used the git repository,throught this command : > > git clone git://git.l4dev.org/codezero-toolkit.git > > and then I've installed the missing packages : python2.6 and scons and > I ran ./build.py > > the installation starts,but then it says that it can't find the > arm-none-eabi-gcc. Where I can change this value with mine ? Mine is : > /usr/bin/arm-linux-gnueabi-gcc >
Hi Mario, You can do # ./build.py -C This will start the configuration screen of the build system (same as linux make menuconfig). You can go to the toolchain menu and change the compiler corresponding to your toolchain. -- Thanks Amit Mahajan _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org