View Single Post
Old 10-18-2012, 06:37 PM   #9
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by qlob View Post
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.

Last edited by knc1; 10-18-2012 at 06:44 PM.
knc1 is offline   Reply With Quote