Oddbean new post about | logout
 I need help with cross compilation in ARM in #Guix does anyone use the arm-none-eabi-toolchain?
I have this issue:

https://lists.gnu.org/archive/html/help-guix/2023-09/msg00025.html 
 @1772be87 Wild guess: ‘#include_next’ doesn’t work because there’s nothing next (only one entry in ‘CROSS_C_INCLUDE_PATH’).

If that’s the case, then you can try to work around it with: export CROSS_C_INCLUDE_PATH=$CROSS_C_INCLUDE_PATH:$CROSS_C_INCLUDE_PATH.