by kennethw » Sat Dec 29, 2007 8:43 am
by kennethw
Sat Dec 29, 2007 8:43 am
Sweet! I made a lot of progress today, and will be gathering notes on Mac access to Bioloid as soon as I can. Here's the short version:
- I have R Kym Horsell's decompiler built for OS X, but not the compiler (yet).
- There's an OS X flavor of the "WinAVR" toolchain, called OSX-AVR, required for building .hex files for the atmels from C. I have been able to build the Robotis Example.c in XCode.
I have been able to load files onto the CM-5 with screen in Terminal, but the Mac-generated Example.hex has a different file size (the checksum is not right), presumably due to a rsrc or some other Mac voodoo. The Example.c output file built from XCode loads onto the CM-5 with Robot Terminal and works perfectly, so the build is good...
Sweet! I made a lot of progress today, and will be gathering notes on Mac access to Bioloid as soon as I can. Here's the short version:
- I have R Kym Horsell's decompiler built for OS X, but not the compiler (yet).
- There's an OS X flavor of the "WinAVR" toolchain, called OSX-AVR, required for building .hex files for the atmels from C. I have been able to build the Robotis Example.c in XCode.
I have been able to load files onto the CM-5 with screen in Terminal, but the Mac-generated Example.hex has a different file size (the checksum is not right), presumably due to a rsrc or some other Mac voodoo. The Example.c output file built from XCode loads onto the CM-5 with Robot Terminal and works perfectly, so the build is good...
Last edited by kennethw on Mon Dec 31, 2007 12:04 pm, edited 2 times in total.