The multilib compiler will have the prefix riscv64-unknown-elf- or riscv64-unknown-linux-gnu- but will be able to target both 32-bit and 64-bit systems. It will support the most common-march/-mabioptions, which can be seen by using the--print-multi-libflag on either cross-compiler. ...
[orca_42.0-1ubuntu2.dsc] [orca_42.0.orig.tar.xz] [orca_42.0-1ubuntu2.debian.tar.xz] 维护者: Ubuntu Developers (Mail Archive) Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly. Original Maintainers (usually from Debian): Debian Access...
[orca-sops_1.0.2-2.debian.tar.xz] Betreuer: Ubuntu MOTU Developers (E-Mail-Archiv) Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly. Original Maintainer (usually from Debian): Sebastian Humenda It should generally not be necessary for...
sw: $(ORCA_TEST_QEXES) $(RISCV_TEST_QEXES) simulate_%.tcl: simulate.tcl sed 's/system/system_$(*)/g' $< > $@ sim_waves_system_%.tcl: sim_waves_system.tcl sed 's/system/system_$(*)/g' $< > $@ test_%.log: system_%/simulation/mentor/msim_setup.tcl testall.tcl $(ORCA...
cd system_$*/simulation/mentor && vsim -c -do "source ../../../testall.tcl; run_tests $* {$(RISCV_TESTS) $(ORCA_TESTS)}" | egrep '(^[^#]|Error:|Error \(suppressible\):)' | tee ../../../test_$*.log cd system_$*/simulation/mentor && vsim -c -do "source ../../...
Expand Up @@ -15,8 +15,8 @@ OUTPUT_ARCH( "riscv" ) MEMORY { /* These should be autogenerated from BSP */ IMEM : ORIGIN = 0xC0000000, LENGTH = 64K DMEM : ORIGIN = 0xC0010000, LENGTH = 64K IMEM : ORIGIN = 0xA0000000, LENGTH = 64K DMEM : ORIGIN = 0xA0010000, LENGTH...