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

Lesson 1 should add instructions on how to build a cross-compiler #97

Closed
ghost opened this issue Sep 11, 2018 · 3 comments
Closed

Lesson 1 should add instructions on how to build a cross-compiler #97

ghost opened this issue Sep 11, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2018

I keep running into an error with locating pthread.h while building gcc cross-compiler for the target from lesson 1 (aarch64-linux-gnu) even though I've successfully built x86 and x64 compilers before. I think I'm not the only one who faced this problem and would love a detailed guide from the author himself.

P.S. I followed this guide/

@ghost ghost changed the title Lesson 1 should add instructions to building a cross-compiler Lesson 1 should add instructions on how to build a cross-compiler Sep 11, 2018
@s-matyukevich
Copy link
Owner

@dublevsky have you tried to build with docker?

@ghost
Copy link
Author

ghost commented Sep 11, 2018

No, I have no experience with docker.

@s-matyukevich
Copy link
Owner

I prefer to use docker because it provides you with a consistent cross-platform experience and I don't have to deal with different host/OS/distro specific issues. I can't guide you how to build the compiler, because I haven't done it by myself (here you can see how I installed the compiler on ubuntu)

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