nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.72k stars 567 forks source link

NV_Small Ubuntu 18.04.3 Compilation Error #330

Open Hassan313 opened 4 years ago

Hassan313 commented 4 years ago

I am running the below command for nv_small :

./tools/bin/tmake -build cmod_top

I get the below error:

image

The OS is Ubuntu 18.04.3 LTS \n \l.

Can anybody helps?

Thank you very much.

Po0ria commented 3 years ago

I get a similar error after executing ./tools/bin/tmake -build cmod_top . Did you manage to fix it?

Po0ria commented 3 years ago

So my problem was that I was compiling the system with the latest gcc and after building this package I compiled the rest of them using gcc 4.8.5 . So I just made gcc 4.8.5 my default GCC(cpp, g++, and gcc) and I didn't have to change anything and it went through completely. I hope it helps you guys!

Hassan313 commented 3 years ago

So my problem was that I was compiling the system with the latest gcc and after building this package I compiled the rest of them using gcc 4.8.5 . So I just made gcc 4.8.5 my default GCC(cpp, g++, and gcc) and I didn't have to change anything and it went through completely. I hope it helps you guys!

Hi Pooria,

Thank you for posting the solution to the problem.