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.

GCC makefile quarry

Using sdk 09.01.00.06

Can you please share the quarry/step to run the patch file/makefile?

Thanks

  • Hi Ariel,

    Please use git apply to apply the patch

    git apply MCSDK_SDFM_GCC.patch

    Libraries for gcc can be built with the following command:

    make -s -f makefile.am243x libs_gcc

    And, examples for gcc can be built using:

    make -s -f makefile.am243x examples_gcc

    Regards,
    Akshit