I am running Eclipse for the Altera Nios II processor.
The problem started when I tried to split a code which was working into .h
and .c
-files.
I get this message with no other information
Description Resource Path Location Type
make: *** [C_eng_job.elf] Error 1 C_eng_job C/C++ Problem
Looking at the build log, I don't get how to tackle this. the buildlog is here
How should I proceed? It is working when all code is just in one file.