|
|
I would like to develop code in Linux on the Bug. |
|
|
Hi Akamlani, We are in the middle of switching build systems so the following information is expected to change in the next few weeks. But in the meantime you can experiment with the cross-toolchain (BUILD = x86 linux, HOST = arm-none-linux-gnueabi) available from: http://bugcommunity.com/downloads/files/gcc-4.1… Please unpack this under /opt/freescale/usr/local/. At that point you will find the cross-toolchain binaries under: /opt/freescale/usr/local/gcc-4.1.1-glibc-2.4-nptl-6/arm-none-linux-gnueabi/bin/ Please add the above directory to your PATH. The rootfs is available from: This will set you up with building your own C/C++ linux applications for the BUG. If you need access to our current build system (I strongly suggest waiting a few weeks until we move to poky: http://pokylinux.org/) you can: cvs -d :pserver:anonymous@cvs.buglabs.net:/root co com.freescale.ltib2 http://www.bitshrine.org has all the information to get you up to speed. You should precofigure ltib with: ./ltib—configure—preconfig=<path to com.freescale.ltib2>/config/platform/imx31ads/defconfig_bug Regards, |