olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.16k stars 242 forks source link

Verilator: Linker failures not captures #116

Closed wallento closed 6 years ago

wallento commented 8 years ago

Verilator pipes the linker output through c++filt, so that the return code is not the linker error, but the c++filt return code. Maybe we can handle it here, but I suppose the proper way is in verilator itself.

olofk commented 6 years ago

Did you file a bug report for verilator regarding this? As you say, I think that's where we need to handle this

olofk commented 6 years ago

This is being worked on in Verilator https://www.veripool.org/issues/1265-Verilator-Fix-status-code-of-generated-Makefile . Nothing to do for FuseSoC