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

non-fatal error during build of gcc versions > 4.8.5 #83

Open
rofl0r opened this issue Dec 3, 2024 · 0 comments
Open

non-fatal error during build of gcc versions > 4.8.5 #83

rofl0r opened this issue Dec 3, 2024 · 0 comments

Comments

@rofl0r
Copy link
Collaborator

rofl0r commented Dec 3, 2024

echo | /root/musl-cross/gcc-5.3.0/build2/./gcc/xgcc -B/root/musl-cross/gcc-5.3.0
/build2/./gcc/ -E -dM - | \
  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
        -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  sort -u > tmp-macro_list
cc1: error: no include path in which to search for stdc-predef.h
/bin/bash ../../gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed

some context is provided to be more easily able to evaluate from where this is called.

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

1 participant