Hello,
I am trying to re-create a simple sys BIOS project just like lab3 from the OMAP-L138 sys Bios workshop but being used in a custom built board using C6746. I do have all my peripherals tested and working with non BIOS project. I added my own Gpio.c and Gpio.h that has a toggleLED function. I removed the evmomapL138_bsl.lib since I figured we don't need them and instead added an enmc6748.h that has all the device system controllers, GPIO control SPI...etc (this is the same used for the non BIOS) The goal is to register the toggleLED thread as an idle task, everything compiles ok however when I load the .out it never goes to main which tells me it is still stuck in initialization part I get an error message:
Can't find a source file at "/db/rtree/install/trees/products/xdcprod/xdcprod-o27/product/Linux/xdctools_3_22_02_27/packages/xdc/runtime/Startup.c"
Locate the file or edit the source lookup path to include its location.
Sometimes the error talk about about a boot.c.
I am using: CCS5.2.1.00018. Please see attached for the RTSC settings. What am I doing wrong ?
I appreciate the help.