This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

error #10234-D: unresolved symbols remain

Other Parts Discussed in Thread: SYSBIOS

Dear Sir

I am using CCS6.1.1 on win7 32bit. When I import third party's project and try to build it got linker error. I am unable to resolve this issue. Need help and advice. 

My system configuration is as following:

am335x_sysbios_ind_sdk_1.1.0.8

bios_6_35_04_50

sysbios_ind_sdk_2.1.0.1

xdctools_3_25_03_72

Error message

undefined                                                                    first referenced
symbol                                                                         in file
---------                                                                          ----------------
ti_sysbios_family_arm_a8_intcps_Hwi_create   C:\ti\am335x_sysbios_ind_sdk_1.1.0.8\sdk\os_drivers\lib\sys_bios_driver.lib<osdrv_uart.obj>
ti_sysbios_family_arm_a8_intcps_Hwi_delete   C:\ti\am335x_sysbios_ind_sdk_1.1.0.8\sdk\os_drivers\lib\sys_bios_driver.lib<osdrv_uart.obj>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "TestAPP.out" not built

I already had sys_bios_driver.lib in my project.

  • Hello,

    Leslie Chen said:
    I already had sys_bios_driver.lib in my project.

    The error is saying that sys_bios_driver.lib is referencing other symbols of where there is no definition. What you need to resolve is:

    Leslie Chen said:
    ti_sysbios_family_arm_a8_intcps_Hwi_create
    ti_sysbios_family_arm_a8_intcps_Hwi_delete


    Looks like it is related to some SYS/BIOS configuration. I would recommend checking with the third party to see if there are any steps you missed in importing the project.

    Thanks

    ki