Skip to content

fix: fail to build usr #102

@AndreCostaaa

Description

@AndreCostaaa

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions