Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
I try to build HUA demo on my computer for (Windows 10, CCS 5.5) C6678 evm. First of all, the old ndk_2_21 was not accepted by CCS 5.5. A new ndk_2_25_01_11 is installed. In the building, the following line needs commented out according to a e2e post:
// sin1.sin_len = sizeof( sin1 );
I've updated xdc and bios to 3.25.6.96 and 6.37.5.35 respectively. But there is a linker error:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_knl_Semaphore_create C:\ti\ndk_2_25_01_11\packages\ti\ndk\os\lib\os.ae66<task.oe66>
ti_sysbios_knl_Semaphore_delete C:\ti\ndk_2_25_01_11\packages\ti\ndk\os\lib\os.ae66<semaphore.oe66>
ti_sysbios_knl_Task_create C:\ti\ndk_2_25_01_11\packages\ti\ndk\os\lib\os.ae66<task.oe66>
ti_sysbios_knl_Task_delete C:\ti\ndk_2_25_01_11\packages\ti\ndk\os\lib\os.ae66<task.oe66>
I've check .cfg file, which looks OK.
There is a similar post before, but it is a different IC chip.
https://e2e.ti.com/support/embedded/tirtos/f/355/p/376670/1333175#pi317008=3
Anyone can help to solve the problem?
Thanks,