Tool/software: TI C/C++ Compiler
Hello.
I downloaded and imported enet_s2e referring the section 3.2 in the following document.
And I modified FreeRTOSConfig.h and serial_task.c referring following thread.
https://e2e.ti.com/support/microcontrollers/other/f/908/p/522950/1923558#1923558
But after above procedures, following errors are remain.
Description Resource Path Location Type
[E0003] Empty or Invalid condition code portasm.asm /enet_s2e/third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F line 117 C/C++ Problem
[E0003] Empty or Invalid condition code portasm.asm /enet_s2e/third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F line 147 C/C++ Problem
gmake: *** [third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.obj] Error 1 enet_s2e C/C++ Problem
gmake: Target 'all' not remade because of errors. enet_s2e C/C++ Problem
The content of console is as follow.
My environment is below.
・CCS v8.3.0
・Compiler version: TI v5.1.6
・TivaWare_C_Series-2.1.4.178
Could you tell me the procedure to resolve this?
Regards,
U-SK