Hi,
I want to build UBL for custom board, before that I want to try it on DM355 EVM.
I got the ubl source from ti website and imported it in CCS4.1, When I try to build it. I got the following error.
Can someone help in resolving the build issue.
Regards,
Thalib.
<ramtest> Sat Apr 24 11:54:43 2010
Building file: E:/thalib/flash_utils/Common/src/util.c'
'Invoking: Compiler'
"D:/Program Files/Texas Instruments/ccsv4/tools/compiler/tms470/bin/cl470" -mv5e --symdebug:none -O3 --define="UBL_NAND" --include_path="D:/Program Files/Texas Instruments/ccsv4/tools/compiler/tms470/include" --include_path="D:/Program Files/Texas Instruments/xdais_6_25_01_08/packages/ti/xdais" --include_path="../include" --include_path="E:/thalib/flash_utils/Common/arch/arm926ejs/include" --include_path="E:/thalib/flash_utils/Common/ubl/include" --include_path="E:/thalib/flash_utils/Common/gnu/include" --include_path="E:/thalib/flash_utils/DM35x/Common/include" --include_path="E:/thalib/flash_utils/Common/include" --include_path="E:/thalib/flash_utils/Common/drivers/include" --diag_warning=225 -me --abi=eabi --asm_directory="../NAND" --obj_directory="../NAND" --preproc_with_compile --preproc_dependency="util.pp" "E:/thalib/flash_utils/Common/src/util.c"
"E:/thalib/flash_utils/Common/src/util.c", line 41: warning: function "LOCAL_CalcBitWiseParity" was declared but never referenced
'Finished building: E:/thalib/flash_utils/Common/src/util.c'
' '
'Building target: ../NAND/UBL_DM35x_NAND.out'
'Invoking: Linker'
"D:/Program Files/Texas Instruments/ccsv4/tools/compiler/tms470/bin/cl470" -@ccsLinker.opt -o "../NAND/UBL_DM35x_NAND.out"
<Linking>
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"
error: errors encountered during linking; "../NAND/UBL_DM35x_NAND.out" not
built
>> Compilation failure
D:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [../NAND/UBL_DM35x_NAND.out] Error 1
D:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project UBL