Problem running project
Unsolved
General and Desktop
-
@Mayron
Your compile output only shows relinking of*.o
files. I think it's complaining because the.o
s it finds are not in an acceptable ELF format. Don't you have to regenerate/recompile all the.o
files (or at leastInterface.o
, maybe it's just that one?) under Ubuntu? Make absolutely sure you have cleaned out any*.o
files before you start.Or am I misunderstanding?