How to compile C code for a Motorola 68K ECB using TUTOR?
January 28, 2005 5:00 PM
Subscribe
How do I compile C code into code to be run on a Motorola 68K ECB unit using its native TUTOR program? [MI]
This is definitely a bit esoteric, but I'm almost certain it can be done, I just lack the know-how. For one of my ECE classes we've got these ECB-compatible boxes kicking around, and I think it would be wicked sweet if I could actually write C code that would compile into some form of executable for one of these guys. I know what a cross-compiler is and how they work, but I don't know how to cross-compile to the MC68KECB/TUTOR environment. Assume once the code is assembled I can figure out how to get it on the machine. Suggestions and advice greatly appreciated!
posted by onalark to computers & internet (10 comments total)
I can't find references to the exact specific unit you mention, but not having a lot of knowledge about microcontrollers I don't know if 'ECB' refers to a specific subtype of m68k processor it runs, or is just a descriptor of some kind.
You'll want to check the following links:
http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/M680x0-Options.html#M680x0-Options - specific for m68k options
http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/Submodel-Options.html#Submodel-Options - in case there's another name in here you recognize as referring to the environment you need
Props for posting a comparatively esoteric question ;)
posted by cyrusdogstar at 6:07 PM on January 28, 2005