This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Question to build flash_utils of dm365

 

Dear all,

  file: http://arago-project.org/files/releases/davinci-psp_03.01.01.38/sources/flash-utils-davinci.tar.gz,

  toolchain: codesourcery 2009q1.

  to build ubl, error message below:

arm-none-linux-gnueabi-gcc -Wl,-T../ubl.lds -nostdlib  ubl_nand.o boot_nand.o selfcopy_nand.o uartboot_nand.o device_nand.o debug_nand.o uart_nand.o util_nand.o nand_nand.o nandboot_nand.o device_nand_nand.o -o ubl_DM36x_nand
device_nand.o: In function `DDR_Get_Val':
device.c:(.text+0x518): undefined reference to `__aeabi_uidiv'
device.c:(.text+0x528): undefined reference to `__aeabi_uidivmod'
collect2: ld returned 1 exit status

  Please help, thanks.

  Wei Jiang