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

support target tripple? #42

Open
flihp opened this issue Mar 15, 2019 · 1 comment
Open

support target tripple? #42

flihp opened this issue Mar 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@flihp
Copy link
Contributor

flihp commented Mar 15, 2019

The build process for UEFI applications, or at least the process I've used for this project, is a bit convoluted. This was based on the build process described here: http://www.rodsbooks.com/linux-uefi/. Having to use objdump to transform the shared object to the EFI executable using this method works but ideally we'd be able to use the target triple. I don't know "the right way" to do this though. There's probably a good example out there I just haven't found it. The build system for Grub2 may be a good reference.

@flihp flihp added the enhancement New feature or request label Mar 15, 2019
@flihp
Copy link
Contributor Author

flihp commented Mar 15, 2019

Interesting / relevant stuff happening in the clang / rust community:
https://dvdhrm.github.io/2019/01/31/goodbye-gnuefi/
https://github.com/yoppeh/efi-clang

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

No branches or pull requests

1 participant