Hi,
I'm trying to rebuild DM365 UBL taken from PSP_02_10_00_14.
I'm using CCS v3.3.
I'm getting the following linker error:
undefined first referenced
symbol in file
--------- ----------------
_EMIFStart C:\CCS Projects\flash_utils\DM36x\CCS\UBL\NAND\nandboot.obj
_DDRSize C:\CCS Projects\flash_utils\DM36x\CCS\UBL\NAND\nandboot.obj
boot C:\CCS Projects\flash_utils\DM36x\CCS\UBL\NAND\selfcopy.obj
_EXTERNAL_RAM_END C:\CCS Projects\flash_utils\DM36x\CCS\UBL\NAND\util.obj
_EXTERNAL_RAM_START C:\CCS Projects\flash_utils\DM36x\CCS\UBL\NAND\util.obj
>> error: symbol referencing errors - 'C:/CCS
Projects/flash_utils/DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.out' not built
=======================================================================================
Is there any solution for this problem?
Thanks.