Zach Bacon

Results 75 comments of Zach Bacon

> I do not find this thread to be productive at all but I'll just leave my point. > > All of these technical questions frankly don't matter. This task...

Well yeah, for all tense and purposes it's basically a desktop linux environment with a smooshed up screen, But if you're going to implement libhandy integration, because of various bugs...

> I am booting from SD. I don't really have a suitable USB storage device for it, and attempting to add a usb mass storage device to the running install...

> > the cygwin runtime is not compatible with ARM > > And [this mail on Dec 8, 2021 from the Cygwin lead](https://sourceware.org/pipermail/cygwin/2021-December/250156.html) suggests that probably won't change any time...

needs to include `mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')` under any so it basically looks like ``` arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') ```

> @ZachBacon @Biswa96 @jeremyd2019 @Alexpux > Thank you all for responding to give a handy. Woah, I'm not that kind of guy ;) but you're welcome.

It would lessen the burden of rebuilds of sdl_mixer I suppose against the other libraries if one or more gets updated and something changes. But I'll refer to the others...

> I was talking about native compilation. I mean bootstrap clang/msys2 on aarch64 and then use it to build natively the other packages. > Maybe the biggest blocker here is...

I would reckon that cygwin would need to be changed to support lld in this case I guess and that's not an easy task I would imagine.

The downside is that webengine isn't buildable on mingw-w64 currently, csWebKit at least is buildable on every supported compiler currently.