Closed rgschmi closed 2 years ago
It's always something.
I'll boot up a Pi 3 and get it fixed for you.
Can you post this issue over on the Hercules-Helper repo, and please include a zipped up copy of the output log. Filename will be of the form: hyperion-buildall-2021-xxx.log
That will tell me exactly what Pi you're using, what OS, etc.
https://github.com/wrljet/hercules-helper
Bill
Done...
The initial problem was caused by a bug in Hercules-Helper, which was unaware that gcc 4.8.5 from that old openSUSE Leap 42.2 system didn't accept the -march=native for aarch64 ARM processors.
I changed things so -march=native would not be used without first testing if the compiler actually accepts it.
With that fixed, gcc then crashed with an internal compiler error, farther into the process.
Bob updated his Pi 3B to openSUSE Leap 15.2 (which is where I did my investigation) and things work correctly there.
I will continue to work with Bob to improve Hercules-Helper for his setup, but I think it's safe to ignore gcc of that age on Raspberry Pi 3B from the Hercules point of view itself. So I am closing this issue.
Bill
With that fixed, gcc then crashed with an internal compiler error, farther into the process.
(LOL!) Boy, when it rains it POURS! Eh? :`D
(LOL!) Boy, when it rains it POURS! Eh?
:`D
Yes
I'm trying to install Hercules on my Raspberry Pi using hercules-helper. Everything seems to run fine, until make fails. This is a full hercules-helper install, except for no-rexx. This is the make output:
hercules-helper seems pretty straight forward, so I don't think I missed anything.
Bob