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

Hints for waf? #887

Open
bramtayl opened this issue Aug 17, 2020 · 3 comments
Open

Hints for waf? #887

bramtayl opened this issue Aug 17, 2020 · 3 comments

Comments

@bramtayl
Copy link

I'm trying to compile TDB and it seems like TDB uses waf to compile, and waf can't cross compile, but requires an external emulator (qemu?) and...to be honest I get lost about there. Maybe there could be hints for the waf system? They document cross compilation here https://wiki.samba.org/index.php/Waf#cross-compiling

@giordano
Copy link
Member

Well, we'd need first support for emulators, see #10

@aviks
Copy link

aviks commented Sep 21, 2020

I'd done a waf build some time ago. Seemed to work .. (eventually) . You have to set the TARGET as an environment variable for it to cross compile.

https://github.com/JuliaPackaging/Yggdrasil/blob/5a60d85753ba42375ae10c454f0651c81284cc7b/M/mpv/build_tarballs.jl

@bramtayl
Copy link
Author

Seems like what would be needed is cross-answers files: https://wiki.samba.org/index.php/Waf#Using_--cross-answers

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

No branches or pull requests

3 participants