Dear @duncanp
You right about that for using the plugin. It wasnt also possible to convert a .atsln to a .sln for visual studio.
The strange part is I checked the compiler supported and we using the compiler:
arm-none-eabi-gcc.exe" -x c -mthumb -D__SAME51J20A__ -DDEBUG
The supported compilers tells me:
Supported Compilers
Any version of Clang, GCC, and Microsoft C/C++ compilers
Any version of Intel compiler for Linux and macOS
**ARM5 and ARM6 compilers**
IAR compilers for ARM, Atmel AVR32, Atmel AVR, Renesas H8, Renesas RL78, Renesas RX, Renesas V850, Texas Instruments MSP430, and for 8051
QNX compilers
Texas Instruments compilers on Windows and macOS for ARM, C2000, C6000, C7000, MSP430, and PRU
Wind River Diab and GCC compilers
Compilers based wholly on **GCC** including for instance Linaro GCC are also supported
The compiler output tells me
End of search list.
GNU C99 (Atmel build: 508) version 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437] (arm-none-eabi)
compiled by GNU C version 4.7.4, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3, isl version 0.15
So this should work right?
This is related to:
analysing issue atmel project with sonar scanner using the build wrapper tool
Edit:
Its solved. it was wrong build command that the build wrapper didnt accept.