bug#69394: cross-gcc-toolchain for riscv64 doesn't search crt1.o properly

2024-04-10 Thread Thiago Jung Bauermann
Hello Jean-Pierre, Today I ran into the issue reported in this bug with a custom toolchain package for aarch64-linux-gnu. I applied your patch from issue 68058 and that solved the problem! Thank you very much for your insights and proposed solutions. A couple of comments below: Jean-Pierre De

bug#69394: cross-gcc-toolchain for riscv64 doesn't search crt1.o properly

2024-02-29 Thread Jean-Pierre De Jesus Diaz via Bug reports for GNU Guix
Hello Ekaitz, This problem is also present for other targets such as AVR[1] as when I introduced the cross-gcc-toolchain procedure I didn't add the NATIVE-SEARCH-PATHS and SEARCH-PATHS fields for the toolchains as: 1. SEARCH-PATHS doesn't quite work with shells right now, as it is impossible to

bug#69394: cross-gcc-toolchain for riscv64 doesn't search crt1.o properly

2024-02-25 Thread Ekaitz Zarraga
Hi, I made this package: ``` (define-module (cross) #:use-module (guix packages) #:use-module (guix gexp) #:use-module (gnu packages cross-base)) (define-public gcc-cross-riscv64-linux-gnu-toolchain (cross-gcc-toolchain "riscv64-linux-gnu")) ``` And used in in the session