Apr 30, 2010

Poky troubleshooting

If you get an error about mmap_min_addr, do this:

sudo sysctl -w vm.mmap_min_addr=0

If you get bash-dash shell related error, do this:

sudo dpkg-reconfigure dash

For Debug build, do this:

DEBUG_BUILD = "1"

Problem with external toolchain path:

vim /poky/meta-texasinstruments/conf/distro/include/poky-external-csl2008q3.inc
Set the following variable to the right path
EXTERNAL_TOOLCHAIN = "/media/hdd/arm-2008q3"

If you get tmpdir error, rename the tmp in build folder to something else and try:

mov tmp/ tmp_old
bitbake coreutils