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.

TDA4VM: TDA4

Part Number: TDA4VM

I got following error when trying make sdk :

' [GCC] Compiling C99 vx_display_host.c
aarch64-unknown-nto-qnx7.0.0-gcc-5.4.0: fatal error: no input files
compilation terminated.
concerto/finale.mak:308: recipe for target '/home/gz06072/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/tiovx/out/J7/A72/QNX/release/module/.home.gz06072.ti-processor-sdk-rtos-j721e-evm-07_01_00_11.tiovx.kernels_j7.hwa.host/vx_display_host.o' failed
make[1]: *** [/home/gz06072/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/tiovx/out/J7/A72/QNX/release/module/.home.gz06072.ti-processor-sdk-rtos-j721e-evm-07_01_00_11.tiovx.kernels_j7.hwa.host/vx_display_host.o] Error 1
make[1]: Leaving directory '/home/gz06072/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/tiovx'
makerules/makefile_tiovx_ptk_imaging_remote_device.mak:16: recipe for target 'tiovx' failed
make: *** [tiovx] Error 2 '

could you help figure out what should i do to fix this issue?

  • Hi,

    Please ensure that all of the steps in the install / build section of the Vision_apps User Guide have been followed.   

    Have any S/W modifications been made to the build envrionment?

    If yes, please try backing out the changes, and ensure the build environment is stable, then re-introduce changes and continue debugging.

    If yes or no, running a "make sdk_clean; make sdk_scrub; make sdk -j4", will ensure a clean build environment is being built from and is worth a try.

    In regards to the error, could you please provide the log from the full build.

    Thanks,

    kb

  • Hi, KB

    Many thanks for your kindly help!

    I'm pretty sure that i followed the User Guide and no SW modification during building-up.

    And I also tried "make sdk_clean; make sdk_scrub; make sdk -j4" for several times, but finnally the same error appeared.

    Now I'm not sure what I can do for this situation.

    I want to know generally what kind of wrong operation will induce to this kind of error? 

    Looking forward to your reply and promising advice soon!

    Here is the full log after make sdk clean!

    Xiaohui Han

    log_when_making_sdk.txt

  • Have not seen this particular error before, so trying to understand the failure points.    In general the PSDK QNX 7.1 build environment should function, so theory would be that build environment is not correct, or a setting that had been changed in a build Makefile is not correct.   

    Regard the previously attached log "log_when_making_sdk.txt", thank you for providing.  

    The TI_aaa_Ae.cf ile that is generating the complaint is in the imaging directory so for testing you can focus on, the below make targets:

    make imaging_clean

    make imaging

    The error being seen, means that when the gcc compiler is being run, it can't find the expected .c file. 

    • Is the file present "ti-processor-sdk-rtos-j721e-evm-07_01_00_11/imaging//algos/ae/src/TI_aaa_ae.c"
    • Have any PATH related variables been changed in the build environment?
    • Are any PATH related variables being modified, in the window in which the build is being run
    • Is the build environment a fresh install, or have there been changes, or other development done on this build environment?

    Thanks,

    kb