From: Peter S. <p....@sc...> - 2017-12-09 13:01:39
|
I thought I would upload one of my old projects to github (ps68060) So I dug it out and tried to build it with the makefile. It is throwing errors like these all from the ezxml library: obj.040/gemasist.o:obj.040/gemasist.o:(.text+0x7c2): undefined reference to `_ezxml_attr' This is with gcc 4.6.4 I thought that this makefile had worked before but since it was last built I have upgraded gcc and swapped hard drives a couple of times so something may be broken or maybe it never worked. Perhaps it is missing an INCLUDE or something so I tried adding the path to libezxml.a without success. I have rarely worked with makefiles. Any suggestions ? Peter |