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

musl libc[1] cannot be compiled #1

Closed
rofl0r opened this issue Nov 22, 2012 · 2 comments
Closed

musl libc[1] cannot be compiled #1

rofl0r opened this issue Nov 22, 2012 · 2 comments

Comments

@rofl0r
Copy link

rofl0r commented Nov 22, 2012

ast2firm.c:3741: panic in create_ir_initializer_value: initializer creation for compounds not implemented yet

is it planned to add this C99 feature soon ? imo it is crucial.
i guess this is the spot in src/aio/aio_readwrite.c that hickups:

    siginfo_t si = {
            .si_signo = sev->sigev_signo,
            .si_value = sev->sigev_value,
            .si_code = SI_ASYNCIO,
            .si_pid = __pthread_self()->pid,
            .si_uid = getuid()
    };

[1] http://www.musl-libc.org

@MatzeB
Copy link
Member

MatzeB commented Nov 24, 2012

This particular issue has been fixed with the latest commit, so I'm closing the issue.
(However in my own experiments I immediately run into an issue with our incomplete support for complex numbers, need a new ticket for that I guess)

@MatzeB MatzeB closed this as completed Nov 24, 2012
@rofl0r
Copy link
Author

rofl0r commented Nov 27, 2012

thanks a lot, getting much further now

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

2 participants