Hi there,<br>I'm having some trouble getting the tool-chain to work on a fresh install of ubuntu 9.10.<br>Do you guys have any suggestions? i'm running it in a VM so i don't mind switching over to whatever flavour of linux bakes the bits best.<br>
<br>here is a log of my attempt.<br><br>install git-core<br> sudo apt-get install git-core<br><br>pull packages from git repo/<br> git clone git://<a href="http://git.devl.org/git/malvira/mc1322x-oe.git" target="_blank">git.devl.org/git/malvira/mc1322x-oe.git</a><br>
<br><br>
install subversion<br> sudo apt-get install subversion<br><br>run setup.sh in mc1322x-oe folder.<br>setup pulls bitbake via SVN and openembedded via git sucsesfully<br><br>lovley warning in bitbake SVN telling me that they have switched to git.<br>
installing bitbake via package manager.<br> sudo apt-get install bitbake<br><br>run<br>. setup<br><br>run<br> bitbake mc1233x-tests<br><br>bitbake errors with<br><br>ERROR: Openembedded's config sanity checker detected a potential misconfiguration.<br>
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).<br> Following is the list of potential problems / advisories:<br><br> /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with qemu so please fix the value (as root).<br>
<br>To fix this in later reboots, set vm.mmap_min_addr = 0 in /etc/sysctl.conf.<br>Please install following missing utilities: C++ Compiler (${BUILD_PREFIX}g++),help2man,<div id=":vn" class="ii gt">diffstat,texi2html,makeinfo,cvs,gawk<br>
Using dash as /bin/sh causes various subtle build problems, please use bash instead.<br>
<br>running .. and switching back to bash.<br> sudo dpkg-reconfigure dash<br><br>installing dependancies<br> sudo apt-get install texinfo cvs gawk texi2html diffstat help2man build-essential<br><br>trying again. still get errors<br>
<br>ERROR: Openembedded's config sanity checker detected a potential misconfiguration.<br> Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).<br> Following is the list of potential problems / advisories:<br>
<br> /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with qemu so please fix the value (as root).<br><br>To fix this in later reboots, set vm.mmap_min_addr = 0 in /etc/sysctl.conf.<br><br>adding line set vm.mmap_min_addr = 0 to end of /etc/sysctl.conf<br>
rebooting.<br><br>no change.<br>running .. as root<br> echo 0 > /proc/sys/vm/mmap_min_addr<br> <br>bitbake is running.<br>bitbake fails<br><br>arm-dev@arm-dev-desktop:~/mc1322x-oe$ bitbake mc1233x-tests<br>NOTE: Psyco JIT Compiler (<a href="http://psyco.sf.net/" target="_blank">http://psyco.sf.net</a>) not available. Install it to increase performance.<br>
NOTE: Handling BitBake files: \ (0147/6621) [ 2 %]ERROR: Could not
inherit file classes/autotools.bbclass while parsing
/home/arm-dev/mc1322x-oe/openembedded/recipes/vincent/<a href="http://vincent_svn.bb/" target="_blank">vincent_svn.bb</a><br>
NOTE: Handling BitBake files: / (0993/6621) [14 %]<string>:48: DeprecationWarning: the sets module is deprecated<br>NOTE: Handling BitBake files: / (3734/6621) [56 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while calling a Python object while evaluating:<br>
${OVERLAY}:${OEBRANCH}<br>ERROR: maximum recursion depth exceeded while calling a Python object while parsing /home/arm-dev/mc1322x-oe/openembedded/recipes/sato-icon-theme/<a href="http://sato-icon-theme_0.1.bb/" target="_blank">sato-icon-theme_0.1.bb</a><br>
NOTE: Handling BitBake files: / (6621/6621) [100 %]<br>NOTE: Parsing finished. 0 cached, 6327 parsed, 292 skipped, 0 masked.<br>ERROR: Parsing errors found, exiting...<br><br>trying to remove circular dependancy in sato-icon-theme. i really hope this won't break anything.<br>
<br>fails again<br><br>arm-dev@arm-dev-desktop:~/mc1322x-oe$ bitbake mc1233x-testsNOTE: Psyco JIT Compiler (<a href="http://psyco.sf.net/" target="_blank">http://psyco.sf.net</a>) not available. Install it to increase performance.<br>
NOTE:
Handling BitBake files: \ (0147/6621) [ 2 %]ERROR: Could not inherit
file classes/autotools.bbclass while parsing /home/arm-dev/mc1322x-oe/openembedded/recipes/vincent/<a href="http://vincent_svn.bb/" target="_blank">vincent_svn.bb</a><br>
NOTE: Handling BitBake files: - (6621/6621) [100 %]<br>NOTE: Parsing finished. 6327 cached, 1 parsed, 292 skipped, 0 masked.<br>ERROR: Parsing errors found, exiting...</div><br>