From: John M. <ato...@gm...> - 2011-04-01 15:45:49
|
On Thu, Mar 31, 2011 at 10:02 AM, Weddington, Eric < Eri...@at...> wrote: > Hi All, > > It's been a while since we've had some discussion about this project. I've > been meaning to get around to building avr-llvm on windows / mingw. But > first, I'd like to see the general directions on how to build avr-llvm. I > know some things have changed since I first looked at those directions. > Could someone point me to a document that provides the current build > directions? > > Thanks, > Eric Weddington > There is information in *docs/gettingstarted.html* and */trunk/README*. I've only built avr-llvm with Visual Studio on windows. But I believe you need to use cmake for mingw also. Changing the '-G' option for cmake should be all that is needed. --John |