EEC-Developers / eec

Enhanced E Compiler - AmigaE programming
Other
12 stars 3 forks source link

fix missing $ in makeeec.script #20

Closed dmcoles closed 1 year ago

dmcoles commented 1 year ago

with these changes it should now be fully working.

ppcifuncs should now be assembling correctly as well (tested under OS4)

SamuraiCrow commented 1 year ago

support.e still doesn't work with EVO 3.5.0 but should be easily fixed based on the commits since then.

dmcoles commented 1 year ago

Yep it won't compile with 3.5.0 - I have already made the necessary fixes. I can send you a updated version of Evo. I'm planning to release it in the near future

SamuraiCrow commented 1 year ago

Go ahead with your release process. I can wait.

dmcoles commented 1 year ago

Does the morphos version work correctly?

SamuraiCrow commented 1 year ago

I haven't gotten it to compile yet but I have a clone of the latest EVO source on my hard drive.

dmcoles commented 1 year ago

It should compile using testec

SamuraiCrow commented 1 year ago

TestEC doesn't load modules from a local directory unless it's marked with an astsrisk at the beginning. Otherwise it's assumed to be in the EModules: directory.

dmcoles commented 1 year ago

Same with evo. So what is it that's failing? I'm able to build eec.020 using testec and then build eec.os4 using eec.020

dmcoles commented 1 year ago

full set of EEC executables that i built and the ecxmodules:eec folder

I installed morphos today using QEMU and eec.mos seemed to work when compiling a couple of the example sources included with ecx

eec.zip

SamuraiCrow commented 1 year ago

Thanks. If you could update the build instructions regarding EVO it would be much appreciated.

dmcoles commented 1 year ago

yes sure, once i have released the updated evo I can update the build instructions.