Hi,
I have recently converted a previous working GUIX example to the new SSP1.2 and the SK S7G2 platform.
On compilation, I now have an error stating:
make: *** [GUIApp_KMC.elf] Error 1 GUIApp_KMC C/C++ Problem
recipe for target 'GUIApp_KMC.elf' failed makefile /GUIApp_KMC/Debug line 88 C/C++ Problem
The error is being generated in the makefile:
# Tool invocations
GUIApp_KMC.elf: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
Any ideas why this issue is occuring?
Thanks