10-30-2024, 02:31 PM
(10-30-2024, 11:17 AM)kgf Wrote: Could it be again an issue with the environment (i.e. not using the PULP optimized RISC-V assembler from the toolchain).
Maybe this link could also help:
https://github.com/pulp-platform/pulpissimo/issues/331
I ran the command:
"riscv32-unknown-elf-gcc -Q -O2 -v --help=optimizers" which returned the following "GNU C17 (PULP) version 9.2.0".
"GNU assembler version 2.34 (riscv32-unknown-elf) using BFD version (PULP) 2.34".
When I run "make" in the hello directory, it uses the same compiler. (opt/riscv/bin/ riscv32-unknown-elf-gcc)
Is there something I'm missing?