I am working with the OMAP-L137 EVM board and I am trying to compile the BIOS-USB example programs to learn about FAT32 file access to a USB-Thumb-Drive using the 6747-Processor.
I closely followed the installation procedure in the BIOSUSB User Guide 01.10.03. The only variations that I made were that I used the latest versions of CCS, DSP-BIOS, Code-Gen-Tools, EDMA, ERTFS instead of the exact version that was called out in the User Guide.
I set up all of the environment variables correctly. When I build the example projects, I get a linker error :
[Linking...] "C:\Program Files\Texas Instruments\C6000 Code Generation Tools 6.1.19\bin\cl6x" -@"Release.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_commonInit
error: unresolved symbols remain
"..\usbdevmsccfg.cmd", line 9: error: undefined symbol "_commonInit" used in expression
error: errors encountered during linking; "./bin/Release/devmsc_sample.out" not built
The other strange thing (to me) is that I have a generated-file named usbdevmsccfg.s62 and several include files with *.h62 extensions. Are these not for the C6200 processor? Everything in my project is being compiled for the C6747 processor.