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.

dm8148 binary build

Other Parts Discussed in Thread: SYSBIOS, OMAPL138

Hi,

I am trying to build a video application for dm8148 board. Using the biospsp and ccsv5.I am new to XDC packages, I don't know the issue i am facing in making the build is because of what.I have some some symbols whose definition is not being found, some issue during linking.

'Building target: ii.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6740 -g --display_error_number --diag_warning=225 --abi=coffabi -z -m"ii.map" --warn_sections --display_error_number -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib" -i"C:/Documents_and_settings/abc/Desktop/xdctools_3_23_00_32/packages" -i"C:/Documents_and_settings/abc/Desktop/pdk_C6748_2_0_0_0/biospsp_03_00_01_00" -i"C:/Documents_and_settings/abc/Desktop/edma3_lld_02_11_04_01/packages" -i"C:/Documents_and_settings/abc/Desktop/pdk_C6748_2_0_0_0/biospsp_03_00_01_00/drivers" -i"C:/ti/bios_6_33_05_46/packages" -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" -i"C:/ti/bios_5_41_13_42/packages/ti/rtdx/lib/c6000" -i"C:/ti/bios_5_41_13_42/packages/ti/bios/lib" --reread_libs --rom_model -o "ii.out" -l"./hellocfg.cmd"  "./i2cSample_main.obj" "./i2cSample_io.obj" "./hellocfg_c.obj" "./hellocfg.obj" -l"libc.a"
<Linking>

 undefined                            first referenced    

  symbol                                  in file         
>> Compilation failure
 ---------                            ----------------    
 _I2c_PARAMS                          ./i2cSample_main.obj
 _I2c_init                            ./i2cSample_main.obj
 _configureI2c                        ./i2cSample_main.obj
 _edma3init                           ./i2cSample_main.obj
 _ti_sysbios_BIOS_start__E            ./i2cSample_main.obj
 _ti_sysbios_io_GIO_Object__create__S ./i2cSample_io.obj  
 _ti_sysbios_io_GIO_Params__init__S   ./i2cSample_io.obj  
 _ti_sysbios_io_GIO_submit__E         ./i2cSample_io.obj  
 _ti_sysbios_knl_Task_sleep__E        ./i2cSample_main.obj
 _xdc_runtime_Error_check__E          ./i2cSample_io.obj  
 _xdc_runtime_Error_getCode__E        ./i2cSample_io.obj  
 _xdc_runtime_Error_init__E           ./i2cSample_io.obj  
 _xdc_runtime_System_printf__E        ./i2cSample_main.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "ii.out" not built

Can I get any input in understanding as to why is this linking not happening, is it because of path or certain libraries are missing.

Thanks & Regards

Divya

  • Hi divya,

    Could you let us know where did you get the XDC SW package that you are trying to build?  From the log, look like there is a library that is missing.

    BR,

    Viet

  • I got the xdc package along with the bios_c6sdk_02_00_00_00_setupwin32 installer for windows. My video application is to take an image through camera, and display on to the lcd.

    I dont know how to write a cfg file or how to recognize the libraries needed. So, could i know where to find the missing definitions for those api ?

  • From the wiki page:  http://processors.wiki.ti.com/index.php/BIOS_C6SDK_2.0_User_Guide, this BIOS is supported on these devices C6748, OMAPL138 but not DM8148.  In DM8148, we have open max framework available for ISS capture.

    BR,

    Viet

  • Hi ,Viet,

    I am working in DM8148 board. The board was designed base on  APPRO 8127IPNC . We are using the IPNC V3.2 software. we replace camera sensor(9j003) by YUV 16bit 1080P input. but the image is gray.We change part of ISS,as below:

    1.       \psp\iss\drivers\capture\src\issdrv_captureApi.c

    2.       \psp\iss\core\src\iss_drv_isif.c

    3.       \psp\iss\core\src\iss_drv_ipipe.c

    I think there are some mistakes in our configurations.please give me some good advices to solve the problem ,thank you!

    jiger

  • Hi ,Viet ,

    The image is gray ,as below:

    Jiger