jeffdi
mpw-5b
for caravel_user_project
and caravel
. This update addresses issue many of you reported related following the instructions recently posted and executing the make pdk step. The instructions required that you had magic installed to build the pdk. The new update uses a docker container for magic to build the pdk.
*********************************************Amro Tork
02/16/2022, 9:21 AMAdam RIchardson
02/16/2022, 1:57 PMmake verify-io_ports
gives the a linker error when combining the linker scripts:
/opt/riscv32i/lib/gcc/riscv32-unknown-elf/8.2.0/../../../../riscv32-unknown-elf/bin/ld: cannot open linker script file ../../generated/output_format.ld: No such file or directory
Trying to run instead make verify-la_test1
gives a compilation error:
la_test1.c:121:7: error: 'reg_la0_data_in' undeclared (first use in this function); did you mean 'reg_la0_data'?
These can be fixed but presumably they were flagged by the failing CI before the tag was created?jeffdi
jeffdi
jeffdi
Adam RIchardson
02/16/2022, 5:43 PMmgmt_core_wrapper
and I can confirm this now works! Thank you so much. Is there any reason that the mgmt_core_wrapper
hasn't been added as a git submodule? Also just for public information the make simenv
isn't necessary since in the verify command docker will pull that image if it can't find it locallyjeffdi
Arman Avetisyan
02/19/2022, 10:18 AMjeffdi