shtirlic commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-2901836134
> @shtirlic Nice, the warnings are gone! > > How do i make this using the custom built toolchain? It's targeting the wrong one. > > > riscv32-unknown-elf-ld: /opt/riscv32-gnu-toolchain-elf-bin/bin/../lib/gcc/riscv32-unknown-elf/14.2.0/libgcc.a(_udivdi3.o): can't link double-float modules with soft-float modules > > riscv32-unknown-elf-ld: failed to merge target specific data of file /opt/riscv32-gnu-toolchain-elf-bin/bin/../lib/gcc/riscv32-unknown-elf/14.2.0/libgcc.a(_udivdi3.o) > > Not entirely sure how it's finding the toolchain, but i might have to change something to make it find the correct (custom) one. I should add it to the PATH env something like this ``` export PATH=/opt/riscv/bin:$PATH ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org