MATLAB: Polyspace unable to generate project with compiler arm-none-eabi-gcc

compilergccpolyspacePolyspace Code Prover

We are setting up a Polyspace project for our code. The compiler we are using is the 'arm-none-eabi-gcc'. I am running into problems during the call to 'polyspace-configure':
polyspace-configure: 214s: ERROR: Fatal error (exception): mwboost::filesystem::last_write_time: The system cannot find the file specified: "C:/NXP/S32DS_ARM_v2.2/S32DS/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/arm-none-eabi-gcc"
 
The initial call was:
[Pipeline] sh
+ 'C:/Program Files/Polyspace Server/R2020b/polyspace/bin/polyspace-configure.exe' -allow-overwrite -prog polyspace_test -author jenkins -output-options-file polyspace_options.opts C:/NXP/S32DS_ARM_v2.2/eclipse/eclipsec.exe --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import Application -data 'C:\Jenkins\workspace\Polyspace_Test_2_polyspace_test' -build Application/Debug_FLASH
 
How can I fix this?

Best Answer

The issue you facing seems to be related to 'polyspace-configure' not detecting the compiler. Please try specifying the compiler configurations using the option:
For more information, see the link:
An important point here is that for any gcc-compiler, including the 'arm-none-eabi-gcc' compiler, it is mandatory to use the 'gcc.xml' configuration file shipped with Polyspace. We have tried the 'arm-none-eabi-gcc' compiler with the provided 'gcc.xml' configuration file and it is detected properly. You can locate the existing compiler configuration files using:
See the following link, for more information about automatic project creation from build systems: