- Thu Dec 18, 2014 7:02 pm
#5116
Thanks Pete, that helped a lot. I am finally able to build in VS. I am executing make as the build command so my current end result are 0x00000.bin and 0x40000.bin files in the firmware folder. I will probably add uploading of the firmware with esptool-py as an External Tool and add it on the VS toolbar. Sometimes I just want to compile without uploading.
Couple of other notes:
- I have the VS2013 Makefile Project under Installed\Templates\Other Languages\Visual C++\General
- In the Makefile Project Wizard I also set the "Include search path" to "c:\Espressif\esp_iot_sdk_v0.9.3\include" so VS can do its intellisense thing which is handy
Thanks again.