ggnkua

Results 28 comments of ggnkua

Ok, it's still running here but it's looking good - so I'm attaching the dockerfile I created here: [dockerfile.zip](https://github.com/mattgodbolt/compiler-explorer-image/files/1860027/dockerfile.zip) In the Makefile I added `$(DOCKER) build $(BUILD_OPT) -t mattgodbolt/gcc-cross-68k gcc-cross-68k`...

I think it's safe to assume that this was forgotten. So I guess I'll give a slight bump for @mattgodbolt :).

No worries whatsoever - keep up the good work :)

Ok, let's try this one more time! Hi there! Over the past few days I spent some time bringing the dockerfile up to speed with the build script and I've...

I guess last week was an unfortunate week to post an update to this since Matt was away at cppcon having fun, so let's try it once more. @mattgodbolt :)

@tomstorey If you need it right now, I do have an instance of compiler-explorer with m68k compilers running here: http://brownbot.mooo.com

Hi, thanks for the reply! Very exciting news about adding audio, it will definitely be an awesome addition to the SDK! As for my case, you probably misunderstood what my...

Thanks for the heads up! I'll find some time to update to latest and rebuild the examples (which is always the sticky part as I have to install all the...

Hello, is there any chance of implementing this? I am trying to port a small demo to this platform, I've got all the sprites working as I want them to,...

Hi again, I made a few more experiments, so this is where I got so far: 1. I took your advice and used `dumpgfx` and then inspected the generated files....