Quote:
Originally Posted by qlob
Don't see a link in the reference, but Im probably missing something....
EDIT: when i go to download said toolchain (from link in email), I get a "token error"
|
I added them to the DIY-KeK resource pool at:
http://drpbox.knetconnect.com/KeK as the file names shown above.
Under Linux:
Download file ;
sudo tar -C /opt -xf arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
export PATH=/opt/arm-2007q3/bin:$PATH
export CROSS_COMPILE="arm-none-linux-gnueabi-"
Now that instance of your terminal is ready to go for "manual makefile" use.
In Buildroot, there are fields to set the above information in.
You can also add those two export statements to your shell config file, so all shells have those settings.