-
Notifications
You must be signed in to change notification settings - Fork 145
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
trouble building a stand alone toolchian #502
Comments
Exactly what do you mean by getting stuck? The above (#1350) is not a problem, it's the way things are supposed to be. EB builds a small set of packages that depends on the system compiler and libraries, which are then used to build the GCCcore compiler, the rest does not depend on system libraries |
@Char-Aznable Can you clarify which problem/errors you are hitting exactly? |
I got the error when building foss-2019a:
|
Can you upload the complete build log somewhere? |
@Char-Aznable easybuilders/easybuild-easyblocks#1350 was fixed last May (in EasyBuild v3.9.1). Please try again with a more recent version of EasyBuild. If the problem persists, please let us know |
I'm new to easybuild. I'm trying to build
eb foss-2019a.eb --robot
right after installing easybuild. However, I hit easybuilders/easybuild-easyblocks#1350 where I'm stuck. If I understand it correctly, the tools in foss-2019a built by easybuild depends on the libraries provided by the OS -- is this the case? If not, what is the way to build a stand alone toolchain, including gcc, binutils, glibc, ...?The text was updated successfully, but these errors were encountered: