PeterCoghlan
PeterCoghlan
There was a discussion of this issue on the hercules-390 mailing list on groups.io. It only came up because an IPv6 packet was mistaken for a RARP packet. No-one was...
Is there anyone who knows what the code involving ETH_TYPE_RARP is supposed to do? Is it wise to make a change to code that is not understood by the proposer...
I know nothing about autoconf but I can confirm that this fix does allow me to compile Hercules on my Raspberry Pi 3 without having to disable optimisation. When I...
This doesn't work for me. lscpu | grep 'Model name' | cut -d: -f2 | xargs | tr '[:upper:]' '[:lower:]' results in the following output: armv7 processor rev 4 (v7l)...
I've come across something that looks very like this issue when compiling on VMS: static void hdl_modify_opcode(int, HDLINS *); ...................................^ %CC-E-PARMTYPLIST, Ill-formed parameter type list. at line number 60 in...
Thanks Fish. I've since found that I was mistaken when I said autogen.sh was in 3.12. It is missing from hercules-3.12.tar.gz too. However I found it is present in hercules-3.12.zip...