Hi,
I'm trying to cross-compile s-nail version 14.9.19 on a Void Linux host.
I run the command:
make CC=name_of_cross_compiler OPT_CROSS_BUILD=yes config
but I get the following error:
[...]
. OS error mapping table generated ... no
make: *** [makefile:23: config] Error 1
This probably happens because the config script needs to compile a program
and then run it. Obviously it fails if I am cross-compiling.
Normal compilation has no trouble.
I may be able to apply some workaround to the scripts, but I wonder if
there's some other option I can supply to make config to solve the problem.
Thanks