I am trying to use the BIOS PSP to implement an interrupt input on one of my GPIO pins. I have successfully imported, built, and run the gpioSample code in the PSP package.
Now I have copied the gpioSample code into my program and included the search paths to the PSP package location. However, I get the following undefined symbols during linking. What path or library have I left out?
undefined first referenced
symbol in file
--------- ----------------
_ECM_dispatchTab C:/Program Files (x86)/Texas Instruments/bios_5_41_07_24/packages/ti/bios/lib/bios.a674<ecm_dispatch.o674>
_Gpio_PARAMS ./main.obj
_Gpio_bankInterruptEnable ./main.obj
_Gpio_clearInterruptStatus ./main.obj
_Gpio_open ./main.obj
_Gpio_regIntHandler ./main.obj
_Gpio_setFallingEdgeTrigger ./main.obj
_Gpio_setPinDir ./main.obj
_Gpio_setRisingEdgeTrigger ./main.obj
_PMI_getModuleState C:/Program Files (x86)/Texas Instruments/bios_5_41_07_24/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
_PMI_setModuleState C:/Program Files (x86)/Texas Instruments/bios_5_41_07_24/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
__PWRM_CAPSMASK C:/Program Files (x86)/Texas Instruments/bios_5_41_07_24/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
Thx,
MikeH