Part Number: TDA4VMXEVM
Tool/software: TI C/C++ Compiler
Hi,
I got the following error during compilation:
GPIO_init /mydir/can_test/out/J7/R5F/SYSBIOS/release/module/src/myfile.obj
GPIO_write /mydir/can_test/out/J7/R5F/SYSBIOS/release/module/src/myfile.obj
error: unresolved symbols remain
error: errors encountered during linking;
So,So I added link gpio library,The location of this library is at pdk/packages/ti/drv/gpio/lib/j721e/r5f/release。
ADDITIONAL_STATIC_LIBS += ti.drv.gpio.aer5f
But I still encounter the following error during compilation:
/mydir/can_test/src/lib/ti.drv.gpio.aer5f<GPIO_v0.oer5f>
error: unresolved symbols remain
error: errors encountered during linking;
I used the nm command to view this library. No address was allocated for GPIO_v0_config.
00000000 t GPIO_toggle_v0
U GPIO_v0_config
U GPIO_v0_hwAttrs
How can I solve this error GPIO_v0_config