Hello,
I am having an issue compiling the UBL from the flash utils source. I need to make some minor changes for a custom board we've build up. I've imported the source to CCSv4 and all the file links seem to work. I made the changes to match our hardware but when I compile I get the error:
warning: creating output section ".cinit" without a SECTIONS specification
undefined first referenced
symbol in file
--------- ----------------
__TI_zero_init
error: unresolved symbols remain
warning: entry-point symbol other than "_c_int00" specified: "boot"
I'm assuming the root error is the __TI_zero_init isn't declared. I tried adding a section called TI_zer_init to UBL.cmd but that didn't work out for me. Can anyone help me out or point me in the right direction on this one?
Thanks,
Matt