danmons / mame_raspberrypi_cross_compile

MAME Cross Compile Environment
GNU General Public License v3.0
19 stars 2 forks source link

Logging a few issues i have encountered putting this project into Docker (base debian bullseye) #3

Open sairuk opened 1 year ago

sairuk commented 1 year ago

still trying to get a successful build out of this just wanted to log the issues as i go

setup info

issues

danmons commented 1 year ago

Added ccache to install_prereqs.sh.

Did a big dive into the ct-ng stuff for Bullseye today, but need to re-do the process for the RPi2 Buster stuff. Post ct-ng version 1.25.0 there are some big changes upstream, so I need to cap the version I'm using to 1.25.0.

danmons commented 2 weeks ago

Lots of changes made today - total rewrite of the tools and scripts.

Initial tests have Debian 11 Bullseye and Debian 12 Bookworm builds working for 32bit and 64bit.

I'm using Apptainer as my container. I'll get the container definition file uploaded soon. Hopefully it can give some hints for Docker users.