SDK Compilation

Started by adomenech, July 20, 2013, 01:54:10 PM

Previous topic - Next topic

adomenech

I was trying to compile the SDK lichee sources for my A20 board, but I always get stuck when arrives the turn of the mali module. Any idea of what I can do? Thank's

adomenech

I think it could be something about the gnu arm toolchain, Is there any recomendation about the toolchain to use?

nopy

Just got it compiled, 2 things :

- in lichee/linux-3.3/modules/mali/DX910-SW-99002-r3p2-01rel0/driver/src/devicedrv/ump/Kbuild

change line 29 to :
SVN_REV := $(shell ((svnversion | grep -Eqv "exported|Unversioned directory" && echo -n 'Revision: ' && svnvers   ion) || git svn info | sed -e 's/$$$$/M/' | grep '^Revision: ' || echo ${MALI_RELEASE_NAME}) 2>/dev/null | sed    -e 's/^Revision: //')

Other error later :

- in lichee/buildroot/package/makedevs/makedevs.c ( or ./out/linux/common/buildroot/build/host-makedevs/makedevs.c ) this file is copied

change line 545 to :
   return ret ;


adomenech

It worked perfectly with this changes!
Thank's it was really hepfull

Now I have an u-boot error 139 that I tink is something about the toolchain or binutils i'm using
you think is better I began on a clean VM with a 32b system?

adomenech

Confirmed! worked perfectly in a clean VM Ubuntu 13.4 and the distribution cross toolchain and u-boot-tools

Thank's