Page 1 of 1
Compiling 68hc1x Tools the Easy Way - Comments
Posted: Mon Feb 25, 2008 7:10 pm
by ababkin
EDIT : Link to thread -
http://www.diyefi.org/forum/viewtopic.php?f=24&t=70
Thanks Sean
I've also tried to build them and gotten into few snags.
Ubuntu makes it much easier as the packages are available with apt (i used Feisty).
Alex
Re: Compiling 68hc1x Tools the Easy Way
Posted: Mon Feb 25, 2008 8:29 pm
by Fred
Likewise, I use Debian unstable and its a single press of enter away :-)
I should note here that the executable names are distro dependent, and the default in the MakeFile is the Debian way, so it needs to be switched to the commented out line below for other platforms.
Thanks for your contribution, I'll add you to the (ever growing) list!
Admin.
Re: Compiling 68hc1x Tools the Easy Way
Posted: Tue Feb 26, 2008 5:13 pm
by SleepyKeys
Admin wrote:Likewise, I use Debian unstable and its a single press of enter away
I should note here that the executable names are distro dependent, and the default in the MakeFile is the Debian way, so it needs to be switched to the commented out line below for other platforms.
Thanks for your contribution, I'll add you to the (ever growing) list!
Admin.
That's why I added this to the script when its done with make install.
echo "Remember to set
BIN = /tools/bin
PREFIX = m6812-elf-
in Makefile"
ababkin wrote:Thanks Sean
I've also tried to build them and gotten into few snags.
Ubuntu makes it much easier as the packages are available with apt (i used Feisty).
Alex
No Problem.
Re: Compiling 68hc1x Tools the Easy Way
Posted: Tue Feb 26, 2008 5:55 pm
by Fred
seank wrote:That's why I added this to the script when its done with make install.
echo "Remember to set
BIN = /tools/bin
PREFIX = m6812-elf-
in Makefile"
Excellent, you don't miss a trick do you! :-)
Admin.
Re: Compiling 68hc1x Tools the Easy Way
Posted: Sat Jun 07, 2008 7:14 pm
by austinbob
Any threads on integrating the tool chain with eclipse?
Re: Compiling 68hc1x Tools the Easy Way
Posted: Sat Jun 07, 2008 7:41 pm
by Fred
Hasn't been done by any of us AFAIK, good luck :-)
I use a terminal to build etc and eclipse as a flash editor.
Fred.