-
Notifications
You must be signed in to change notification settings - Fork 2.5k
iwd: update to 0.3. #6
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
Conversation
|
You can remove also the remaining part of the musl patch. I resolved that issue differently in the patch I sent to upstream. |
i removed the whole patch but it still failed on aarch64-musl, did they commit after releasing the 0.3 version ? |
|
The commits got added like a month ago. The aarch64-musl compilation error look more a conflict of the kernel headers with the musl libc on aarch64. |
|
On Fri, Jun 15, 2018 at 01:43:38PM -0700, John Zimmermann wrote:
The commits got added like a month ago. The aarch64-musl compilation error look more a conflict of the kernel headers with the musl libc on aarch64.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#6 (comment)
also happened on x86_64-musl
|
|
It compiles fine for me on x86_64-musl. Also it seems that it never compiled for aarch64-musl and amrv7hf-musl. |
|
On Fri, Jun 15, 2018 at 01:47:48PM -0700, John Zimmermann wrote:
It compiles fine for me on x86_64-musl.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#6 (comment)
works on native compilation, fails on cross.
oh well *shrugs*
|
|
I can take a look at it tomorrow. |
|
Ok. The reason that the musl cross build fail is that they do not use the |
|
aarch64-musl build of iwd succeeded locally. |
|
cross still failing for me |
|
@maxice8 have you run |
* Initial Linux/GCC support commit * Add instructins for linux in the README * apply suggestions by @Erotemic and @Emill * Fix python 3.10 symlink line * Fix func_80041E80 type mismatch (void-linux#3) Type mismatch functions.h:664 * Makefile: clean OTRExporter/libultraship/ZAPDTR with distclean and fix CXX_FILES * Makefile: find C/CXX_FILES automatically * Makefile: remove ugly conditions in find commands * cleanup _MSC_VER usage * fix Windows build * cleanup extraction scripts * fix Windows build * Fix Windows path separator issue * fix rumble support for linux * use glew-cmake in dockerfile * add pulseaudio backend * fix ZAPDTR linkage * Check for "soh.elf" in directory (void-linux#6) hide second button if `soh.exe` or `soh.elf` is present * Fix hardcoded segment addresses (void-linux#5) * fix condition * hack lus -> soh dep for ZAPDTR Co-authored-by: sholdee <[email protected]> Co-authored-by: qurious-pixel <[email protected]> Co-authored-by: GaryOderNichts <[email protected]>
No description provided.