Hi there,
I did the following now:
- Took another computer with a fresh installation of Visual Studio 2010
- Downloaded an unpacked an unmodified version of Waspmote IDE (WI) to "C:\WaspVS\waspmote-pro-ide-v03-windows"
- Downloaded and installed a fresh copy of Visual Micro Plugin (VMP) 1.1309.11
- Configured WI to use "C:\WaspVS\Code" as sketchbook path
- Configured VMP to use "C:\WaspVS\waspmote-pro-ide-v03-windows" as IDE path and "C:\WaspVS\Code" as sketchbook path for "Arduino 1.0.x"
- Changed two lines in "C:\Program Files (x86)\Visual Micro\Visual Micro for Arduino\Micro Platforms\applications.txt":
[...]
arduino10x.ide.includes=Waspmote.h
[...]
arduino10x.ide.exe=waspmote.exe
- Set up a new project named "empty" in WI and placed it in "C:\WaspVS\Code\empty"
- "C:\WaspVS\Code\empty\empty.pde" contains:
void setup() { }
void loop() { }
- Tried to compile with WI -> successful
- Tried to compile with VS with VMP -> same problem as before
Here is the output of VS with VMP:
Compiling 'empty' for 'waspmote-api-v004'
Build folder: file:///C:/Users/lifeaddict/AppData/Local/VMicro/Arduino/Builds/empty/wasp1
SketchLibFolders
ows\hardware\tools\avr\lib\gcc\avr\4.3.2\include\;
Summary: Header=1 Prototypes=3 Imports=0
Additional Defines: VISUALMICRO_COMPILER_VER=1;
Architecture Tools: C:\WaspVS\waspmote-pro-ide-v03-windows\hardware\tools\avr\bin\
GCC: 4.3.2
Sketchbook: file:///C:/WaspVS/Code
C:\WaspVS\waspmote-pro-ide-v03-windows\hardware\tools\avr\bin\avr-g++ -c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -Wall -mmcu=atmega1281 -DF_CPU=14745600L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=101 -I"C:\WaspVS\waspmote-pro-ide-v03-windows\hardware\waspmote\cores\waspmote-api" -o " -DVISUALMICRO_COMPILER_VER=1
empty.pde : No such file or directory
Error compiling
Any idea?
Greets, Michael
BTW: I'll send you to output of the successful compilation with WI by mail because it is too long for posting it here.