Hi, I have run into an issue whilst building a project in PROS 3.3.1. When running prosV5 make I get the following error:
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `if test 0 -eq 1; then printf "%s\n" "echo 'char const * const _PROS_COMPILE_TIMESTAMP = __DATE__ " " __TIME__; char const * const _PROS_COMPILE_DIRECTORY = "tons/APS/01-11-2020(a)";' | intercept-cc -c -x c -mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp -Os -g -D_POSIX_THREADS -D_UNIX98_THREAD_MUTEX_ATTRIBUTES -Wno-psabi -ffunction-sections -fdata-sections -fdiagnostics-color -funwind-tables --std=gnu11 -o ./bin/_pros_ld_timestamp.o -"; fi;'
make: *** [common.mk:238: bin/hot.package.elf] Error 1
Error: Failed to build
I have tried creating a new project and pasting in the code but this failed. Any help would be appreciated!