Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best build system for embedded development/cross-compiling

I'm doing some development right now using dsPICs and I'm not exactly in love with MPLAB. I'm actually using Visual Studio with a makefile project. Currently I'm using SCons, which seems to work fairly well, after finding a helpful guide to setting up to use an alternate compiler. Still, I can't help but wonder, is there a better build system for this? And also, is there a better way to make Scons do this?

like image 843
megabytephreak Avatar asked Mar 26 '09 23:03

megabytephreak


1 Answers

Just use vim, makefiles and call the MPLAB command line compiler yourself.

like image 92
Adam Hawes Avatar answered Oct 20 '22 18:10

Adam Hawes