-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conditionals #5
Conditionals #5
Conversation
missing semicolons
There's a lot here, I switched to having different directories for both arches regarding the headers since it looks like you are overriding some headers for the arm target. There is also a bit of a weird/not good override which forces the build for arm if the target isn't arm or xtensa. This seems to be relating to the CI setup as some boxes appear to be trying to build for x86_64. |
yeah, build passes but linking fails. something is still messed up. |
This seems to at least pass the checks on the esp, let's see if it's good on arm