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

Issue on Notebook 3-Compiling-RISC-V-GCC-Toolchain - #24

Open
ssamanez opened this issue May 26, 2024 · 0 comments
Open

Issue on Notebook 3-Compiling-RISC-V-GCC-Toolchain - #24

ssamanez opened this issue May 26, 2024 · 0 comments

Comments

@ssamanez
Copy link

Hi,

When I run the configuration part, I don't get any error and I get the configuration successful message. Now the problem is when running the compilation part.

`build_log = open("build.log","w")
build_err = open("build.err","w")
ret = run(["make"],
cwd="/home/xilinx/riscv-gnu-toolchain/",
stdout=build_log, stderr=build_err)
build_log.close()
build_err.close()

if(ret.returncode != 0):
print("There was an error while compiling the RISCV Toolchain. See the build.err and build.log file")
else:
print("Compile successful!")`

The error log that appears is the following: "Makefile:623: recipe for target 'stamps/build-gcc-newlib-stage1' failed". I am attaching the two log files. Is there any solution for this problem ?

build.log
cnfig.log

Thanks in advance

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