Marco Merlin
Marco Merlin
Based on [this list](https://repology.org/project/verilator/versions) list it should be fixed on Ubuntu starting with version 23.04 .
I made a fork that deals with this issue ( https://github.com/bat52/pyverilator ) and is available over pypi as pyverilator-mm
Thank you for the quick reply. I found that indeed I had the LDFLAGS set, therefore after doing `unset LDFLAGS` the bl602_boot2 compiled flawlessly. However, when going to the bl602_demo_wifi...
Thank you Robert for your help and comment. Do you mean that this example does not work even in the original SDK ?
Thank you for your comments @robertlipe ! **> As an aside, @bat52, do I know you with a slightly different name?** I do not think I have ever known you...
Thank you for the comment @gamelaster. I have tried compiling again after calling `export CONFIG_LINK_ROM=1` but I still get the linker error below. What am I doing wrong? `marco@Latitude-E6440:/media/marco/DATA/programming/riscv/bl_iot_sdk-master/customer_app/bl602_demo_wifi$ make...
yes i did! Il sab 28 nov 2020, 20:25 Marek Kraus ha scritto: > Hi @bat52 > Did you cleaned the project before compiling? > > — > You are...
thank you @suculent , it ended up working as you said. It was not clear to me I should have used genromap, and indeed I had LDFLAGS still defined in...
flushCall() has been removed, then restored for backwards compatibility starting from verilator version 4.102. https://github.com/chipsalliance/chisel3/issues/1565 Discussed on this pull request too https://github.com/csail-csg/pyverilator/pull/14
I made a fork that deals with this issue ( https://github.com/bat52/pyverilator ) and is available over pypi as pyverilator-mm