Compiling disabled

Sysprogs forums Forums VisualGDB Compiling disabled

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6915
    ferasobeid2
    Participant

    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.

     

     

    #6917
    support
    Keymaster

    Hi,

    Unfortunately, compiling individual files is not yet supported. VisualGDB uses GNU Make as the build system and in this mode Visual Studio can only pass “build project”, “rebuild project” and “clean project” commands, but not individual file commands.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.