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

About Meson, Cross File and STM32 #1

Open
caglarbingol opened this issue Oct 29, 2020 · 1 comment
Open

About Meson, Cross File and STM32 #1

caglarbingol opened this issue Oct 29, 2020 · 1 comment

Comments

@caglarbingol
Copy link

I have some issue about cross compile STM32 with meson. I'm new to meson and try to compile STM32 code with it.
When i try to compile meson gives this

Build type: native build
Project name: thermometer_with_meson
Project version: undefined
C compiler for the host machine: cc (gcc 10.2.0 "cc (GCC) 10.2.0")
C linker for the host machine: cc ld.bfd 2.35
Host machine cpu family: x86_64
Host machine cpu: x86_64

host machine should be arm cortex-m3 but it seems there is a mistake.

Why meson ignores cross file? and why host machine x86-64?

BTW it gives error like this couse x86_64 should be x86-64.

@IvanVnucec
Copy link

IvanVnucec commented Jul 14, 2021

seems like you have problem like this: https://stackoverflow.com/questions/64588046/about-meson-cross-file-and-stm32

EDIT: Ok now I see that indeed it is you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants