Tool/software:
Hello,
I intend to make changes to the FreeRTOSConfig.h file and understood, that I have to rebuild the lib with gmake afterwards for the changes to take effect.
When I enter
gmake -s libs
in Windows Powershell or Windows-Cmd I receive "system can't find file":
C:\ti\mcu_plus_sdk_am263x_10_02_00_13>gmake -s libs
Compiling: board.am263x.r5f.ti-arm-clang.release.lib: eeprom/eeprom.c
process_begin: CreateProcess(NULL, C:/ti/ti-cgt-armllvm_4.0.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -Wall -Werror -g -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Os -IC:/ti/ti-cgt-armllvm_4.0.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_10_02_00_13/source -IC:/ti/mcu_plus_sdk_am263x_10_02_00_13/source/board/ethphy/enet/rtos_drivers/include -IC:/ti/mcu_plus_sdk_am263x_10_02_00_13/source/board/ethphy/port -DSOC_AM263X -DMCU_SDK_BUILD -DPHY_CFG_TRACE_LEVEL=3 -MMD -o obj/am263x/ti-arm-clang/release/r5f/board//eeprom.obj eeprom/eeprom.c, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
makefile.am263x.r5f.ti-arm-clang:119: recipe for target 'eeprom.obj' failed
gmake[2]: *** [eeprom.obj] Error 2
makefile.am263x:728: recipe for target 'board_r5f.ti-arm-clang' failed
gmake[1]: *** [board_r5f.ti-arm-clang] Error 2
makefile:80: recipe for target 'libs' failed
gmake: *** [libs] Error 2
I believe compiling eeprom.c fails, but don't know why.
Any hint is appreciated.
Regards
Antonius