-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I can't build user space which is weird since the CI is passing
So i went to take a look and my toolchain version is 14.1.0 while the one used in the CI is 10.3.1
Here:
$ docker run --rm ghcr.io/smartobjectoriented/so3-env:main bash -c "arm-none-eabi-gcc --version"
arm-none-eabi-gcc (15:10.3-2021.07-4) 10.3.1 20210621 (release)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.And in my host PC
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (Fedora 14.1.0-2.fc41) 14.1.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.The CI produces warnings though so I think we should start treating warnings as errors for the CI at least
Will send a PR in that regard
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working