Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
drwu
9 months ago
|
parent
|
context
|
favorite
| on:
My Favorite C++ Pattern: X Macros (2023)
Another issue is cross-compiling.
External code generation requires (cross) execution of the (cross) compiled binary program.
rcxdude
9 months ago
[–]
Or to build the generating code for the host instead. Most build systems that support cross-compilation can do this, except CMake.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
External code generation requires (cross) execution of the (cross) compiled binary program.