On Monday 09 February 2009, you wrote: > How can I build the uImage using da vinci git code (not the mvl401) for DM355 > evm ? > I tried first doing config: > > make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_defconfig > > but this results into error with lots of unknown options. > > Can anyone help ?
I use the 2008q1-126 toolchain from http://www.codesourcery.com/sgpp/lite/arm/portal/subscripti...@template=lite with my dm355; no problems. 2008q3-72 should be OK too; I use that with Cortex M8 (OMAP3) builds, and ISTR that it build arm926ej-s kernels fine too. That'd be CROSS_COMPILE=arm-none-linux-gnueabi- of course; I patch the toplevel Makefile for such stuff, to avoid needing funky command lines. - Dave _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
