Green Hills Compiler Support SPC5 Studio
I am attempting to get the GHS compilier to build with SPC58NG dev kit and have switched the Build settings to below
I have updated the project to include the path and commented out the error statement
ifeq ($(GHS_PATH),)
export PATH := C:\ghs\comp_202114\$(PATH_SEPARATOR)${PATH}
# $(error Please specify a valid path into GHS_PATH for ccppc (GHS) compiler)
endif
and it will compile but then include some strange error that doesn't really help. Is there any setting I need to fix it looks to be something in the linking process.

