Hello, having AtmelStudio support in VisualMicro is just great!
However I do experience a problem with Tennsy 3.0.
On compile errors I can not see the line numbers the error occured at. Also the lines do not get marked in AtmelStudio.
Example:
\bin\arm-none-eabi-g++ -c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -Wall -mcpu=cortex-m4 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -felide-constructors -std=gnu++0x nsy3" -o y3\telemetry_convert.cpp.o" y3\telemetry_convert.cpp" -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DVISUALMICRO_COMPILER_VER=1 -mthumb -nostdlib -D__MK20DX128__ -fno-rtti
telemetry_convert.ino : 'error_here' does not name a type
telemetry_convert.ino : 'error_here' does not name a type
telemetry_convert.ino : : In function 'void sendValue(uint8_t, uint16_t, uint32_t)':
telemetry_convert.ino : 'sendByte' was not declared in this scope
If I enter the same command into my cmd shell the line numbers are displayed just fine. It seems as if AtmelStudio or VisualMicro strips them.
System used:
VisualMicro 1309.11
Arduino 1.0.5 + Teensyduino latest (Version 1.16)
AtmelStudio 6.1.2730 SP 2
Created a project for Teensy 3.0. Inserted a syntax error.
Any advice?
Thank you