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.

AM6422: MCU+ SDK AM64x 09.02.00.50 missing GCC build option

Part Number: AM6422


In MCU+ SDK 09.01.00.41 we were able to build the libs for R5F for/with GCC with the make target libs_gcc with the following procedure:

cd ${MCU+SDK install path}
gmake -f makefile.am64x libs_gcc PROFILE=debug
gmake -f makefile.am64x libs_gcc PROFILE=release

Now, in MCU+ SDK AM64x 09.02.00.50 this target is missing. Is there still a way to build the libs for gcc and what would be the workaround if not?

Thanks!