Makefile on Windows 7

Status
Not open for further replies.
Hello guys,

I had a few problems using cs-make.exe and the example Makefile on Windows. I think there is a few stuff that is just for linux and must be changed.

For example, if you're using other directory Makefile you will need to change the VARIABLES and if you use fullpath it will be wrong because of abspath, on windows there is now shell pwd, and rm. So I did some modifications.

I did a few modifications to let the teensy files to be in a folder and your projects files in other.

For the ones that want to see a more detailed explanation take a look at: http://www.matbra.com/en/2013/01/09/compilando-para-teensy-3-0-no-windows-utilizando-makefile/
Esse em portugues: http://www.matbra.com/2013/01/09/compilando-para-teensy-3-0-no-windows-utilizando-makefile/

For the ones that just want to know how start using there is a "Fast step by step" on the end of the post.

You can download the Makefile here: http://www.matbra.com/wp-content/uploads/Makefile-Teensy-Windows.rar
 
Status
Not open for further replies.
Back
Top