Hacker News new | ask | show | jobs
by drwu 443 days ago
Another issue is cross-compiling.

External code generation requires (cross) execution of the (cross) compiled binary program.

1 comments

Or to build the generating code for the host instead. Most build systems that support cross-compilation can do this, except CMake.