Results 56 comments of Robert Savage

@hackerjimbo , > Is there a specific reason you used the Raspberry Pi Tools rather than the other cross-compiler at https://github.com/Pro/raspi-toolchain ? Well, I really just wanted to get it...

@hackerjimbo , > I'll celebrate by seeing if I can create an aarch64 docker image that can compile for v6. If you can just work out the steps to getting...

REOPENED -- still need to work out compiling from Raspberry Pi (ARM) platform.

@hackerjimbo , Here is the current Docker image being used to build the native libraries. https://github.com/Pi4J/pi4j-docker/tree/master/pi4j-builder-native It's the same image for both `x86_64` and `aarch64`. We can add the `aarch64`compiled...

@hackerjimbo Is there a way to extract it all into a .TAR.GZ and we host it somewhere in GitHub for download? The reason I ask is that we currently support...

@hackerjimbo The **raspi-toolchain** project publishes releases that are about ~500mb: https://github.com/Pro/raspi-toolchain/releases Is something like that possible? Or is there more needed? We could move to a Docker only build system...

FYI ... Its probably time to re-visit this issue and get it resolved in advance of a v2.0 release.

It looks like some time back, I switched the cross-compiler docker container to use the RPI tools compiler. - https://github.com/Pi4J/pi4j-docker/blob/master/pi4j-builder-native/Dockerfile#L24-L36 So maybe this issue is now resolved in latest builds?...

@hackerjimbo I had to re-read the thread to try and figure out where we stand .... So let me ask .. is the only outstanding issue trying to build the...

If we can get the cross-compiler portable, I can probably easily get it pushed into the Pi4J builder images.