Timothy Werquin
Timothy Werquin
I discovered that this issue is caused by the single object prelink you're doing. Commenting out the contents of https://github.com/MobiVM/robovm/blob/c1a5ba9a350a935841ef11c79ee4b36213f9af86/compiler/vm/MergeStaticLibObjectFiles.cmake#L23 fixes the issue for me (at least the IPA can...
Verified on 2.15 (upgrade, fresh install & remove) and 3.5 (fresh install & remove). Seems to work
I cannot build any packages locally anymore, as I'm always running into: ``` # make xochitl ./scripts/package_build.py "xochitl" Traceback (most recent call last): File "/src/./scripts/package_build.py", line 44, in repo =...
I don't think this is a toolchain issue necessarily. The bootstrap wget is build with the oldest toolchain, so glibc being backwards compatible, it should just work. Looking at the...
> > Installing some simple stuff like `htop` (entware) and `7zip` (toltec) seems to work. > > These run off of the entware libraries, so they would continue to work...
I'll try something like https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners, otherwise I guess this isn't feasible
I agree, I won't have time to implement this soon though. For compiling with your own fonts, it's been a while, but this guide from the original upstream yaft should...
Someone wrote a nice guide in the discussions: https://github.com/timower/rM2-stuff/discussions/32 Let me know if this works for you, I'll link to it in the readme then.
> When the rm2fb service is enabled on its own with xochitl disabled, the device hangs on a blank white screen. Yes, that's expted. If no launcher is enabled and...
Yeah, it seems the xochitl service isn't restarted correctly causing a white screen. I suspect https://github.com/toltec-dev/toltec/issues/717 might cause this as I depend on the xochitl package.