Hello Ioseph,
After a deep-dive into the various makefiles I was able to build with the following command:
make cleansub allsub _HEADDEP_MK=false NBUILD_TL=0
This is after I modified tools/make/build-autovf600-gnu-mqx-d/Makefile with the following lines:
PLATFORM=$(MQX_PLATFORM)
MQX_LOC=$(MQX_ROOT)/lib/$(PLATFORM).$(MQX_CONFIG)
GCC_DIR='$(shell which $(CC) | sed 's|/bin/.*||; s|/cygdrive/\(.\)|\1:|')'
GCC_VERSION=$(shell $(CC) --version | grep ^arm | sed 's/^.* //g')
After those two changes, I was able to build and received the following libs:
libtwrvf600.a
libovg.a
libegl.a
I'll post a follow-up after trying a build and debug sessions with the libs.