Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with deploy.yml's profile creation #25

Open
kammce opened this issue May 3, 2024 · 0 comments
Open

Issue with deploy.yml's profile creation #25

kammce opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kammce
Copy link
Member

kammce commented May 3, 2024

Found an issue with libhal where the profile's compiler version was ignored by CMake. GCC 11.3 was used when I specified 12.3. This is due to the C and C++ conf options not being set and CMake making its best guess at which compiler I want. This works fine for embedded target binaries because they use the compiler_package option which is normally set to arm-gnu-toolchain. That toolchain sets the C and C++ configurations to itself ensuring that the profile is complete. But for targeting linux, we do not have such a thing.

Maybe we develop a clang, zig, sclang, etc package to do this for us and keep everything within the conan build ecosystem.

Or maybe there is some other solution. Not certain yet.

@kammce kammce added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant