Closed henriquebeira closed 3 years ago
Hi Henrique, the error shows a syntax error. Did you change anything?
which version of ubuntu are you using?
regards, E.-
Hi! Many thanks for your reply! :-D
I just installed Ubuntu 17.04 (32 Bits) on a VM, download RLENGINE zip file, and type "make", as you see on my photo. :-) Did I need to install some additional package?
Thanks again!
Hi, allright, I think the problem might be the 32bit part.
the main.mk script currently assumes if you use linux is a 64bit version (hence the x86_64 directory).
you can try to download the i386 version of sdcc and put it in the prebuilts folder, then edit build/ main.mk.
but I think not all rom sizes will work because the 3.6.5 version in prebuilts is patched.
If you confirm this is the problem I will create a ticket to add support for 32 bit.
Thanks again! :-)
Well, i downloaded i386 version of SDCC (3.6.0), and put it inside the prebuilts/x86_64 folder, and edited build/main.mk I run "make" and a "map_test.rom" was made and running on MSX emulator! :-)
But others do not worked, please see my image.
Maybe needs to add support for 32 bit...
Anyway thanks in advance! :-D
Hi, yes, the -bo option is what I meant about the patched sdcc.
I will create a ticket to fix this problem.
also if you like you can try to build sdcc with the patch. Is the project sdcc-msx in this same GitHub.
regards, E.-
Hello! I see... I'll make another tests for now... Thanks for opening a ticket about it!
Hi! When I run "make", something wrong happen. Someone can help me?
Thanks! :-)