Hello, TI Experts,
We found the information about "recompileing romparse" as E2E thread below.
But we cannot recompile romparse for PROCESSOR-SDK-RTOS-C667x with MinGW by using attatched makefile of this E2E-thread.
I would appreciate if you tell us how to recompile romparse of "PROCESSOR-SDK-RTOS-C667x 03_03_00_04".
<Log is as below>
bash-3.1$ make
Checking command line dependencies
same
gcc -DIBL_CFG_I2C_MAP_TABLE_DATA_BUS_ADDR=0x50 -o romparse -g romparse.c rparse.tab.o lex.yy.o -I../.. -I. -I../../device/c66x -Dc66x
rparse.tab.o: file not recognized: File format not recognized
collect2.exe: error: ld returned 1 exit status
make: *** [romparse] Error 1
Best regards