Other Parts Discussed in Thread: TUSB9260, SYSBIOS,
Tool/software:
Hi,
iam trying to run usb rtos program so i can use tusb9260 to store data into sata,but when i enable
USB3SS_EN
in my code by defining
#define USB3SS_EN
the code seems to show error while building
making ../src/sysbios/sysbios.aa15fg ...
gmake[2]: Nothing to be done for 'all'.
Building target: "evm_USB_HOST_integration.out"
Invoking: GNU Linker
"/home/ram/ti/processor_sdk_rtos_am57xx_06_03_02_08/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-gcc-7.3.1" -mtune=cortex-a15 -marm -Dam5728 -Dcore0 -DUSE_BIOS -DTIRTOS -DevmAM572x -DSOC_AM572x -Dgcc -Og -g -gdwarf-3 -gstrict-dwarf -Wall -mno-unaligned-access -mfloat-abi=hard -Wl,-Map,"evm_USB_HOST_integration.map" -nostartfiles -static -Wl,--gc-sections -L"/home/ram/processor_sdk_rtos_am57xx_09_02_00_00/bios_6_76_03_01/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/hard" -Wl,--defsym,CORE0=1 -Wl,--defsym,STACKSIZE=0x10000 -Wl,--defsym,HEAPSIZE=0x400 --specs=nano.specs -o"evm_USB_HOST_integration.out" "./dma_polled.o" "./fatfs_port_usbmsc.o" "./fs_shell_app_utils.o" "./host_msc_main.o" "./timer.o" "./usb_osal.o" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -lrdimon -lgcc -lm -lc -Wl,--end-group
makefile:142: recipe for target 'evm_USB_HOST_integration.out' failed
./host_msc_main.o: In function `taskFxn':
/home/ram/workspace_v12/evm_USB_HOST_integration/Debug/../host_msc_main.c:383: undefined reference to `USB_getConfig'
collect2: error: ld returned 1 exit status
gmake[1]: *** [evm_USB_HOST_integration.out] Error 1
gmake: *** [all] Error 2
makefile:138: recipe for target 'all' failed
it says USB_getConfig has undefined reference,
has anyone enabled rtos for am5728 with USB3.0 host so it can support tusb9260
it will be of so much help