Skip to main content
Visitor II
October 17, 2017
Question

''gcc'' not found in PATH

  • October 17, 2017
  • 2 replies
  • 673 views
Posted on October 17, 2017 at 23:12

I am trying the 'STM32CubeExpansion_BLE1_V3.2.0' to build the BLE expansion board 

However I got the build error for project :

STM32CubeExpansion_BLE1_V3.2.0\Projects\Multi\Applications\SensorDemo\SW4STM32\STM32F401RE-Nucleo

When I tried another project, then it is OK.

STM32CubeExpansion_BLE1_V3.2.0\Projects\Multi\Applications\SampleAppThT\SW4STM32\STM32F401RE-Nucleo

Anyone has quick idea what are missing in the IDE project file ??

    This topic has been closed for replies.

    2 replies

    Graduate II
    October 18, 2017
    Posted on October 18, 2017 at 03:04

    Review the project metadata in a file viewer. Not sure they are sufficiently similar to diff, but perhaps look for keywords like path, eabi or gcc

    Dilbert KAuthor
    Visitor II
    October 18, 2017
    Posted on October 18, 2017 at 04:09

    Found the problem after comparing to previous ST projects.

    In ToolChainEditor : The '

    CDT internal builder

    ' was selected in this package,  after changing to '

    Gnu Make Builder

    ', it build OK.

    Yet to validate the others functionality