I am trying to use Visual Studio (my boss uses it) for the uC programmming.
Generally speaking everything is relatively fine, but VS always adds .exe
to the program name (it should be .elf
).
add_executable("GC${BOARD_NAME}-FW.elf" ${SOURCES} ${INCLUDE_FILES} ${ASM_FILES})
but in VS I always have (sorry for the picture - but it is an IDE)
How can I force the VS to use the correct filename?