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.

ndk and sysbios printf redfine why?

Other Parts Discussed in Thread: AM1808, SYSBIOS

i  used  ndk.lib  and   with  sysbios   in  am1808   

when  linking     there is a error :

'Finished building: ../L138/package/package_L138.c'
' '
'Building target: CronusArm.out'
'Invoking: TMS470 Linker'
"C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g --diag_warning=225 --display_error_number --no_warnings -me --abi=eabi --code_state=32 -z -m"CronusArm.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/tms470/lib" -i"C:/ti/ccsv5/tools/compiler/tms470/include" --reread_libs --rom_model -o "CronusArm.out" -l"./configPkg/linker.cmd" "./L138/package/package_L138.obj" "./src/app/NetWorkService.obj" "./src/hal/common/Utils.obj" "./src/hal/common/CircleBuf.obj" "./src/hal/gpio/GpioCtrl.obj" "./src/hal/i2c/I2CCtrl.obj" "./src/hal/spi/SpiCtrl.obj" "./src/hal/spiflash/SpiFlashCtrl.obj" "./src/hal/system/SystemCtrl.obj" "./src/hal/uart/UartCtrl.obj" "./src/main.obj" -l"libc.a" "../linkerEx.cmd" "../lib/ndk/hal.lib" "../lib/ndk/ndk.lib" "../lib/hal/drivers.lib" "../lib/hal/platform.lib"
<Linking>
error #10056: symbol "printf" redefined: first defined in
"C:\ti\ccsv5\tools\compiler\tms470\lib\rtsv5_A_le_eabi.lib<printf.obj>";
redefined in "../lib/ndk/ndk.lib<miniPrintf.oe9>"
error #10010: errors encountered during linking; "CronusArm.out" not built

anyone  help  me ????