[Vista] Workaround for Target GCC/MinGW build in 1.0.1

Dear M2M Studio users,

as mentionned in the 1.0.1 release note, Windows Vista is now officialy supported by M2M Studio.
However, when an ARM ELF GCC or MinGW build is launched with such an environment, a build error should occur, similar to:
unable to find cc1.exe or unable to find as.exe

As a workaround, it is possible to add settings to the PATH environment is order to fix the issue:

  • Select your project in the project explorer
  • Open the Project Properties
  • Go to C/C++ Build > Environment
  • Edit the PATH variable
  • Add the following values at the beginning:[list][*]For ARM ELF GCC build configuration: ${SpmRegistry}\com.wavecom.openat.ide.ebs.armelfgcc.tools\1.0.1\win32\gcc\arm-elf\bin;${SpmRegistry}\com.wavecom.openat.ide.ebs.armelfgcc.tools\1.0.1\win32\gcc\libexec\gcc\arm-elf\4.0.1;
  • For MinGW build configuration: ${SpmRegistry}\com.wavecom.openat.ide.ebs.mingw.tools\1.0.1\win32\mingw\libexec\gcc\mingw32\3.4.2;
    [/*:m][/list:u]

This issue will be fixed in the next maintenance release, which will be available in the coming weeks.