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

can not make /usr/local/include/bfd.h:35:2: error: #error config.h must be included before this header #5

Open
SoundsOfLife opened this issue Dec 9, 2019 · 1 comment

Comments

@SoundsOfLife
Copy link

I make on gcc 4.8.5 :
there is errors:

if g++ -DHAVE_CONFIG_H -I. -I. -I./build-aux -I./include -fPIC -MT AsmHelper.o -MD -MP -MF ".deps/AsmHelper.Tpo" -c -o AsmHelper.o test -f 'src/AsmHelper.cpp' || echo './'src/AsmHelper.cpp;
then mv -f ".deps/AsmHelper.Tpo" ".deps/AsmHelper.Po"; else rm -f ".deps/AsmHelper.Tpo"; exit 1; fi
In file included from ./include/AsmHelper.h:15:0,
from src/AsmHelper.cpp:8:
/usr/local/include/bfd.h:35:2: error: #error config.h must be included before this header
#error config.h must be included before this header
^
make[1]: *** [AsmHelper.o] Error 1

@Eureca2017
Copy link

How can I solve the same problem?

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