Hello,
I'm having some problemas with the last version of Visual Micro with VS2015 Community, arduino 1.8.1 and Chipkit 1.3.1
the problema is that i cant compile any code targeting the chipkit devices, i can compile code for Arduino (or even ESP boards) with no problem using VM + VS2015 and i can compile for Arduino and Chipkit using the arduino IDE but for some reason it is imposble to compile for chipkit with VS2015 and VM.
The error is:
Compiling debug version of 'prueba' for 'chipKIT uC32'
Preprocess: "{runtime.tools.pic32-tools.path}\bin\pic32-g++" -c -g -O2 -w -DARDUINO_ARCH_PIC32 -mno-smart-io -ffunction-sections -fdata-sections -mdebugger -Wcast-align -fno-short-double -ftoplevel-reorder -MMD -fno-exceptions -w -x c++ -E -CC -mprocessor=32MX340F512H -DF_CPU=80000000L -DARDUINO=10801 -D_BOARD_UC32_ -DARDUINO_ARCH_PIC32 -DMPIDEVER=16777998 -DMPIDE=150 -DIDE=Arduino -G1024 t_uc32\Debug cores\pic32" variants\uC32" _uc32\Debug\prueba.cpp" -o "nul"
Referencia a objeto no establecida como instancia de un objeto
An error was encountered during the 'Deep Search' library discovery process.
Debug build failed for project 'prueba'
for Arduino UNO, same empty project:
Compiling debug version of 'prueba' for 'Arduino/Genuino Uno'
Program size: 1.776 bytes (used 6% of a 32.256 byte maximum) (2,50 secs)
Minimum Memory Usage: 272 bytes (13% of a 2048 byte maximum)
I've been trying very hard to fix it because we are on the middle of a project and need to carry on working, but i have had no luck, even uninstalling VM, VS and the arduino IDE and reinstaling everything.
I hope someone here can help.
I've been using Visual Micro Pro for a long time and is the first time I have a problem...
Thanks in advanced.