Skip to content

Picking a compiler using cross/native-file #13193

Answered by vbextreme
sillydan1 asked this question in Q&A
Discussion options

You must be logged in to vote

The toolchain must be in the system path, otherwise, you need to use something like @GLOBAL_SOURCE_ROOT@ to refer to the current path.
add in your avr32.ini

[host_machine]
system     = 'baremetal'
cpu_family = 'avr32'
cpu        = 'avr32'
endian     = 'little'

now try

$ meson --cross-file avr32.ini setup build

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sillydan1
Comment options

Answer selected by sillydan1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants