HI Titus:
I do the binding process boot from NAND based on nand_c674x_c6748_lcdkc6748 project, I could not find the following functions, could you point where I can find ?
**** Build of configuration Debug for project secureboot ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../secure_boot.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 -g --define=c6748 --define=_DEBUG --define=SKIP_LOW_LEVEL_INIT --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/nandlib/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/include/hw" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/include/c674x" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/include/c674x/c6748" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/grlib/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/usblib/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/usblib/include" --include_path="C:/ti/C6748_StarterWare_1_20_04_01/examples/lcdkC6748/nand" --include_path="../../SPI_Lib" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="secure_boot.pp" "../secure_boot.c"
"../secure_boot.c", line 448: warning #552-D: variable "aisPt" was set but never used
'Finished building: ../secure_boot.c'
' '
'Building target: secureboot.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 -g --define=c6748 --define=_DEBUG --define=SKIP_LOW_LEVEL_INIT --display_error_number --diag_warning=225 --abi=coffabi -z -m"secureboot.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"../../lib" -i"../../../../../../../binary/c674x/cgt_ccs/nandlib/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/grlib/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/utils/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/c6748/usblib/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/c6748/ipclib/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/c6748/system_config/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/c6748/lcdkC6748/platform/Debug" -i"../../../../../../../binary/c674x/cgt_ccs/c6748/drivers/Debug" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --priority --xml_link_info="secureboot_linkInfo.xml" --rom_model -o "secureboot.out" "./sk_cwrap.obj" "./sha256.obj" "./sha1.obj" "./sha.obj" "./secure_boot.obj" "./nandlib.obj" "./nand_emifa2.obj" "./aes_keyschedule.obj" "./aes_encrypt.obj" "./aes_decrypt.obj" "./aes_cbc_encrypt.obj" "./aes_cbc_decrypt.obj" "./aes.obj" "../secureboot.cmd" -lutils.lib -ldrivers.lib -lplatform.lib -lgrlib.lib -lSPI_Lib.lib -l"libc.a"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_EMIFAClkConfig ./secure_boot.obj
_EMIFANANDEdmaInit ./secure_boot.obj
_EMIFANANDXferSetup ./secure_boot.obj
_EMIFANANDXferStatusGet ./secure_boot.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "secureboot.out" not built
>> Compilation failure
gmake: *** [secureboot.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****