I'm experiencing problems getting started with building BB and wondered if someone might be able to advise. Seems that whenever I specify a toolchain prefix it is ignored. E.g.
$make -e CROSS_TOOL_PREFIX=arm-none-linux-gnueabi-
Try with
make CROSS_HOST=arm-none-linux-gnueabi
Cheers,
Sylvain