Open AnouarNechi opened 5 years ago
It looks like you are compiling a very old release with a much newer host gcc. You could try the suggestion of adding -fpermissive to the host compiler flags, or install a legacy version of host gcc.
Yes I am using the debug v3 version because I want to work on ZedBoard and this is what the official tutorial saying. Does the newer version work on zed board also?
Hello... Any updates on this issue?
The zed board port was carried out by a third party and was never maintained by LowRISC. Unless you install the exact OS that was documented at the time, you are out of luck. You could also try installing an older gcc on your current OS but this is outside the scope of the support I can offer because it is open ended back porting.
Hello I am trying to work with lowrisc So I followed this link : https://www.lowrisc.org/docs/debug-v0.3/zedboard/ So, I have set up the env as following :
Then I moved to the riscv-tools and I used the build script to set up the cross compiler:
But , I keep getting the following error when reaching newlib-gcc/gcc :
Is there a solution please?