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.

Cannot Re-buildin CCS6 BSL Spectrum Digital emac loopback

I have been able to build almost all Spectrum Digital Examples but this one I need some help. I sure it is a project configuration issue or missing path but I cannot figure out how to fix it.

The first thing I do is import the project using the CS3v3 import option. Then change the device in CCS General, compiler version to 7.4.12, and add my Debug Probe.


But I continue to get the following linking error:

'Building target: emac_loopback.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv6/tools/compiler/c6000_7.4.12/bin/cl6x" -mv6400+ --abi=coffabi -g --define="_DEBUG" --define=omapl137 --quiet --display_error_number --diag_wrap=off -z --stack_size=0x800 -m"emac_loopback.map" --heap_size=0x800 -i"C:/ti/ccsv6/tools/compiler/c6000_7.4.12/lib" -i"C:/ti/ccsv6/tools/compiler/c6000_7.4.12/include" -i"C:/Users/Jaime/Dropbox/Modem Cetrulo/emac_loopback" -i"C:/ti/revg_EVMOMAPL137_BSL/evmomapl137_v1/dsp/tests/emac_loopback" -i"/lib" --reread_libs --define=DSP_CORE=1 --warn_sections --display_error_number --diag_wrap=off --xml_link_info="emac_loopback_linkInfo.xml" --rom_model -o "emac_loopback.out" "./emac_isr.obj" "./emac_test.obj" "./evmomapl137.obj" "./evmomapl137_dip.obj" "./evmomapl137_eeprom.obj" "./evmomapl137_gpio.obj" "./evmomapl137_i2c.obj" "./evmomapl137_i2cgpio.obj" "./evmomapl137_led.obj" "./evmomapl137_uart.obj" "./main.obj" "../linker.cmd"  -l"libc.a"
error #10008-D: cannot find file "..\..\lib\evmomapl137bsl.lib"
error #10010: errors encountered during linking; "emac_loopback.out" not built

 


the source code is available and the re-build is not that long so I also tried just adding all the c files that make the missing library.  Still I can't figure out where in my project I'm calling or referencing such library. Any help will be appreciated.