On Fri, 4 Feb 2022, Marc Lobelle wrote:

gmake apps
gmake[2] : on entre dans le répertoire « /opt/sdcc/sim/ucsim »
gmake -C s51.src s51.src
[ ... ]
Any idea about what is missing ? Probably an include file that is not in the expected place ?

No, this is a linker problem. Please try following:

cd /opt/sdcc/sim/ucsim/cmd.src
gmake

(Do not run "gmake apps", it will not work under ucsim. I'm not sure, but I think you shoud use "gmake" or "gmake all" in sdcc top too.)

And then:

cd /opt/sdcc/sim/ucsim/s51.src
gmake

Will you send output of these commands?

Daniel


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to