Hey,
So I am trying to program an Atmel AT91SAM7S128 MCU with Visual GDB on Visual Studio Community 2015. So far I have had success in successfully programming and loading the code onto the MCU. The issue is I am currently in the processs of converting a project that was built on IAR to VS2015/GDB. To ensure that all code is functioning, I tried to compile each individual file with the Ctrl+F7 option. This is when I noticed it was disabled for all source (.c) and header (.h) files I had made. initally I thought it was a problem with VS, but when I created a simple C++ project without GDB on VS, I was able to compile. Is there a a reason I can’t compile individual files on Visual GDB projects.