I cross compiled pike 8.0.498 on an amd64/linux system for use on an armv5tejl/linux system, and I’m getting a strange error when starting it up:
-:1: Type mismatch for callback function `[]=:
-:1: Expected: scope(0,function(zero, (0=zero) : 0)).
-:1: Got : function(int(128..-129), int(128..-129) : int(0..-16777216)).
-:1: Program constant "Buffer" is NULL.
program.c:6011: Fatal error:
Failed to initialize class '_Stdio'
No stack - no backtrace.
Aborted
At first I thought it might be a dynamic loading problem, but _Stdio shouldn’t be a dynamic module, right? Anything obvious I might be missing?