marsdev icon indicating copy to clipboard operation
marsdev copied to clipboard

Cross platform Mega Drive / 32X toolchain

Results 14 marsdev issues
Sort by recently updated
recently updated
newest added

Removing a little bit of the bitrot - changed GNU_MIRROR to another, as the old tripadvisor mirror is not working anymore - changed newlib from 1.20.0 to 4.2.0, as 1.20.0...

When I execute `make z80-tools` I have the following output : > cd sjasm/Sjasm && make > make[2] : on entre dans le répertoire « /home/loupaschris/marsdev/z80-tools/sjasm/Sjasm » > g++ -Wp,-MD,.deps/direct.d...

This is the 2022.02 release binaries on linux. Can be reproduced by simply compiling the md-skeleton example with the makefile modified for newlib (I removed -nostdlib, uncommented the -lnosys line)....

Building the 32X-skeleton, or any 32X project built off of the current release (2021.04) and running it in Gens results in the ROM freezing at the start. Any other emulator,...

bug

What do you think about adding Blastem to the toolchain?

When invoking the initial step in the "complete toolchain" part of the [Installation Guide](https://github.com/andwn/marsdev/blob/master/doc/install.md), the script attempts to copy the downloaded tarballs to ~/mars, which doesn't exist on this machine,...

![image](https://user-images.githubusercontent.com/97393974/195198861-3cd3f770-5b8c-432a-a0b1-3771a63bec75.png) i got this errror when extracting the file in my mars folder

So the issue is that trying to build the m68k-toolchain-newlib as well as the toolchain without newlib is causing issues due to the server/website certificate being expired it seems. Here...

I bisected, it appears that 4749522605b2e88d2c2ce38cdd579e2b99990b37 was the last commit to build a functional Docker container. Build log for current head 21818f7547569a796e16a6694e5bf6541f096d75 is attached. [build.log](https://github.com/andwn/marsdev/files/13326683/build.log)

I've been trying this on both Debian (using Karton/Docker) and MacOS (High Sierra), but `make m68k-toolchain` always eventually ends up in `error: computing EOF failed`. Any idea why on how...