Tool/software: TI-RTOS
As instructed by Robert, I'm creating a new thread regarding my problem.
For reference, my previous thread was the following: https://e2e.ti.com/support/microcontrollers/other/f/908/p/793995/2938088#2938088
Basically, I followed the instructions to recompile ti-rtos since i needed to change a line in "ffconf.h" on FatFS module.
When running "make -f tirtos.mak drivers" I got the following error:
building tirtos drivers... gmake[1]: Entering directory `c:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08' building drivers packages ... making all: Thu Apr 18 13:28:25 2019 ... ======== .interfaces [./packages/ti/boards] ======== ======== .interfaces [./packages/ti/drivers] ======== ======== .interfaces [./packages/ti/mw] ======== ======== .interfaces [./packages/ti/mw/fatfs] ======== ======== .interfaces [./packages/ti/mw/wifi/cc3x00] ======== ======== .interfaces [./packages/ti/drivers/ports] ======== making package.mak (because of package.bld) ... making package.mak (because of package.bld) ... making package.mak (because of package.bld) ... making package.mak (because of package.bld) ... js: "C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/targets/arm/elf/IArm.xs", line 77: Error: The compiler in c:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5 is not compatible with this version of TI-RTOS or SYS/BIOS. Please use Arm compiler 5.2.2 or newer. js: "C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/targets/arm/elf/IArm.xs", line 77: Error: The compiler ijs: "C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/targets/arm/elf/IArm.xs", line 77: Error: The compiler in c:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5 is not compatible with this version of TI-RTOS or SYS/BIOS. Please use Arm compiler 5.2.2 or newer. n c:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5 is not compatible with this version of TI-RTOS or SYS/BIOS. Please use Arm compiler 5.2.2 or newer. gmake[1]: *** Deleting file `package.mak' gmake[1]: *** No rule to make target `package.mak', needed by `.interfaces'gmake[1]: . Stop. *** Deleting file `package.mak' gmake[1]: gmake[1]: *** *** Deleting file `package.mak'No rule to make target `package.mak', needed by `.interfaces' . Stop. gmake[1]: *** No rule to make target `package.mak', needed by `.interfaces'. Stop. xdctools_3_32_00_06_core\gmake.exe: *** [packages/ti/drivers/ports,.interfaces] Error 2 xdctools_3_32_00_06_core\gmake.exe: *** Waiting for unfinished jobs.... xdctools_3_32_00_06_core\gmake.exe: *** [packages/ti/drivers,.interfaces] Error 2 xdctools_3_32_00_06_core\gmake.exe: *** [packages/ti/mw/fatfs,.interfaces] Error 2 js: "C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/targets/arm/elf/IArm.xs", line 77: Error: The compiler in c:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5 is not compatible with this version of TI-RTOS or SYS/BIOS. Please use Arm compiler 5.2.2 or newer. gmake[1]: *** Deleting file `package.mak' gmake[1]: *** No rule to make target `package.mak', needed by `.interfaces'. Stop. xdctools_3_32_00_06_core\gmake.exe: *** [packages/ti/mw/wifi/cc3x00,.interfaces] Error 2 gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `c:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08' make: *** [drivers] Error 2
How should I procede?