Hi, when cross-compiling dash, signames.c is generated by a mksignames that was compiled for the host. This will generate wrong signal mappings because obviously this will use the signal numbers of the build system, not the target. I currently dont't have no idea how to solve that, other than populating the signal_names array at runtime rather than compile time.