GCC 9 and Make files

Sysprogs forums Forums VisualGDB GCC 9 and Make files

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30661
    Ancaritha
    Participant

    I just upgraded from GCC 7.2.0 to 9.3.1 and went to go build an existing project that uses make and it couldn’t find make.exe.  I checked “C:\SysGCC\arm-eabi\bin” and there was no make.exe file.  Is make no longer supported as of GCC 9?

    #30668
    support
    Keymaster

    Thanks for renewing your support.

    We indeed no longer include the GNU Make executable with our toolchains. Instead, we have switched them to using make.exe from the VisualGDB directory. This should automatically apply to newly created projects. However, if you have created your project with an older version of toolchain, it would need to be updated manually. If this is the case, please try setting the Make path in VisualGDB Project Properties -> Make Build Settings to $(VISUALGDB_DIR)\make.exe.

    You can also simply copy make.exe from the VisualGDB directory to the toolchain directory if you do not want to edit the project file.

    #30669
    Ancaritha
    Participant

    Awesome, thanks!

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