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.

TMDSIDK572: error when bitbake command

Genius 5840 points

Part Number: TMDSIDK572

Hello,

I executed following command.

MACHINE=am57xx-evm bitbake arago-core-tisdk-bundle

Then, following error is appeared.

ERROR: opencl-monitor-1.2.00.02-r0.0 do_compile: oe_runmake failed
ERROR: opencl-monitor-1.2.00.02-r0.0 do_compile: Function failed: do_compile (log file is located at /home2/tisdk/build/arago-tmp-external-arm-toolchain/work/am57xx_evm-linux-gnueabi/opencl-monitor/1.2.00.02-r0.0/temp/log.do_compile.7955)
ERROR: Logfile of failure stored in: /home2/tisdk/build/arago-tmp-external-arm-toolchain/work/am57xx_evm-linux-gnueabi/opencl-monitor/1.2.00.02-r0.0/temp/log.do_compile.7955

I ran the same command before the error occurred, but I broke with Ctrl + C.
After that, when I performed bitbake by executing the following procedure, the above error occurred. The same error will occur even if you try again from 4.

1.$./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-06.03.00.106-config.txt(This command was unintentionally executed by mistake)

2.$cd build

3.$. conf/setenv

4.$MACHINE=am57xx-evm bitbake arago-core-tisdk-bundle -c cleansstate

5.MACHINE=am57xx-evm bitbake arago-core-tisdk-bundle

Is there a possible cause?

Could you tell me advice about it?

Regards,

U-SK

  • Hi U-SK,

    You can do a clean on the opencl-monitor by running the below commands.

    cd build

    . conf/setenv

    MACHINE=am57xx-evm bitbake -c cleanall opencl-monitor

    MACHINE=am57xx-evm bitbake opencl-monitor

    MACHINE=am57xx-evm bitbake arago-core-tisdk-bundle

    Regards

    Karthik

  • Hi Karthik,

    Thank you for your reply.

    I'll try it.

    Can I ask additional questions?

    I'm wondering why do I need to clean and bitbake only opencl_monitor in advance.

    For example, what are the problems after following commands?

    $. conf/setenv

    $MACHINE=am57xx-evm bitbake -c cleanall

    $MACHINE=am57xx-evm bitbake arago-core-tisdk-bundle

    Regards,

    U-SK

  • Hi U-SK,

    Can you please comment on whether this resolved your problem?

    Since you reported that you interrupted the build and it was failing on the opencl_monitor we are just trying to clear the state of the build and get it restarted. There is nothing special to be done under usual run conditions.

    Regards

    Karthik

  • Hi Karthik,

    Thank you for reply.

    The problem is resolved by executing your procedure.

    And I also understand your intention.

    Regards,

    U-SK