Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper support for cross-compiling #428

Open
mato opened this issue Oct 24, 2019 · 1 comment
Open

Proper support for cross-compiling #428

mato opened this issue Oct 24, 2019 · 1 comment

Comments

@mato
Copy link
Member

mato commented Oct 24, 2019

Between #417 and #426 there's enough of a case for adding proper support for cross-compiling to the build system.

Ideally this should allow for all of:

  1. Full cross-compilation of tender and bindings, at least to a different ARCH or toolchain on the same host. e.g. build for aarch64-linux-gnu on x86_64-linux-gnu.
  2. Override toolchain used for tenders to allow for instrumentation ((WiP): Afl gcc #417).
  3. Other cases such as building the Genode bindings in-tree (Genode build integration #426).
@dinosaure
Copy link
Collaborator

The first point 1) "Full cross-compilation of tender and bindings" was done via #506 / #494. However, afl instrumentation is not implemented and I don't have any clues about the Genode support - but I remember that it was deleted via given PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants