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!