bug#57109: arm-none-eabi-toolchain atomic support is broken

2024-09-08 Thread Rutherther via Bug reports for GNU Guix
> Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix > writes: > > > The following works though. No newlib or anything: > > > > guix shell --expression='((@ (gnu packages cross-base) cross-gcc) > > "arm-none-eabi")' -- \ > >bash -c "echo '#include ' \ > > | arm-none-eabi-gcc -x c -o

bug#57109: arm-none-eabi-toolchain atomic support is broken

2022-08-18 Thread Csepp
Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix writes: > The following works though. No newlib or anything: > > guix shell --expression='((@ (gnu packages cross-base) cross-gcc) > "arm-none-eabi")' -- \ >bash -c "echo '#include ' \ > | arm-none-eabi-gcc -x c -o /dev/null -c -" >

bug#57109: arm-none-eabi-toolchain atomic support is broken

2022-08-16 Thread Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix
The following works though. No newlib or anything: guix shell --expression='((@ (gnu packages cross-base) cross-gcc) "arm-none-eabi")' -- \ bash -c "echo '#include ' \ | arm-none-eabi-gcc -x c -o /dev/null -c -" — Jean-Pierre De Jesus DIAZ --- Original Message --- On Wednesday, Au

bug#57109: arm-none-eabi-toolchain atomic support is broken

2022-08-10 Thread Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix
The atomic supports for this toolchain is broken: A minimal test case: guix shell arm-none-eabi-toolchain -- \ bash -c "echo '#include ' \ | arm-none-eabi-gcc -x c -o /dev/null -c -" Something similar found online: https://sourceware.org/legacy-ml/newlib/2017/msg00150.html However no solut