View Single Post
Old 12-13-2014, 10:56 AM   #1444 (permalink)
P-hack
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
Well, I did what I could, Another homebrew AC-controller - Page 46 - DIY Electric Car Forums

I don't know mac or windows, but was able to fudge a few things to get it working on ubuntu. The thing to remember is that it is usually looking for something, and different things have different ways to be told where that something is. Plus version headaches (so I attached libcm3 to that post as you requested, I still don't know how to make it a system level library, nor do I want to, having most everything stm32 in one directory tree makes more sense to me). But I had to modify the make file with things like -I/var/arm-eabi/proj/libopencm3-examples/libopencm3/include/

My microcontroller background so far is arduino -> reversed engineered to commandline avrgcc (low level cross platform experience) -> avrstudio -> stm32 in codeblocks ide. I might have flashed a PIC once...

If you guys have specific linux questions there, I'll do what I can. Getting it running can be daunting, and heubner does't want to tie it down to any specific tools. In fact I pointed him towards https://launchpad.net/gcc-arm-embedded and now he recommends it. though he started with https://github.com/esden/summon-arm-toolchain

Last edited by P-hack; 12-13-2014 at 11:07 AM..
  Reply With Quote
The Following User Says Thank You to P-hack For This Useful Post:
cts_casemod (12-13-2014)