marsdev icon indicating copy to clipboard operation
marsdev copied to clipboard

Docker build is broken

Open dleslie opened this issue 2 years ago • 1 comments

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

dleslie avatar Nov 11 '23 22:11 dleslie

I suspect the issue is that the m68k-elf tools may not be getting installed correctly; if I add a mkdir -p /marsdev/mars/m68k-elf/bin/ then sjasm builds, but then SGDK fails because it cannot locate m68k-elf-gcc.

dleslie avatar Nov 11 '23 22:11 dleslie