eulercauchy
New member
So after a couple of weeks I finally figured out how to build for linux. GCC9 cannot build this because of the various errors sprintf and strncpy give when you truncate on purpose.
To fix this in the makefile I changed the line
CC = $(LNXDEV)/$(PREFIX)gcc
to
CC = $(LNXDEV)/$(PREFIX)gcc-8
Sorry if this is obvious to others but it took me a week of trying many different things to figure this out.
Hopefully it can save somebody some time or make someone else's life easier.
To fix this in the makefile I changed the line
CC = $(LNXDEV)/$(PREFIX)gcc
to
CC = $(LNXDEV)/$(PREFIX)gcc-8
Sorry if this is obvious to others but it took me a week of trying many different things to figure this out.
Hopefully it can save somebody some time or make someone else's life easier.