hackerjimbo

Results 30 comments of hackerjimbo

I've tried that branch and it doesn't work. The issue is in the function register_tm_clones which is part of the C++ runtime support that appears to be burnt into the...

@savageautomate Is there a specific reason you used the Raspberry Pi Tools rather than the other cross-compiler at https://github.com/Pro/raspi-toolchain ? Also, I'll have a go with _both_ on an aarch64...

You're a star @savageautomate! The new library works fine on my Pi Zero W. Well, almost: we're back to the `PIGPIO ERROR: INVALID I2C PAYLOAD DATA LENGTH [128]; Valid range:...

Some good news, I've managed to build the cross-compiler on aarch64 based on https://github.com/Pro/raspi-toolchain with some trivial tweaks. The issue with that is that it builds the compiler and then...

I can confirm that I _have_ got the https://github.com/Pro/raspi-toolchain working on `aarch64`. However, it expects you to copy out the resulting compiler rather than use it inside the container. It's...

I can extract the compile but it is huge. The entire docker image is even bigger, 8.4GB. What were you looking for? Or would you just want the docker build...

So I built the cross compiler without the vile abomination that is Fortran and it's now “only” 7.5G. No problem I thought, I'll add a stage that removes the source...

I've played around a bit. Should I do so some more? I can build the cross compiler…

I think that's it. I can go back and play. I think I got a docker image with the compiler in it on arm64 that compiled for v6 32-bit. Actually,...

I can send you the docker file that builds it. It would be possible to extract the install directories and run them outside of the docker image.