Skip to content

Does V support cross compile source to different arch platforms(instructions)? #18185

Discussion options

You must be logged in to vote

V currently only fully supports arm64 and amd64. There is some support for 32-bit, but I'm not sure of the status. If you want to compile on other architectures, just compile with v -o file.c to output the C code, then compile with whichever compiler works for you.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Blackrose
Comment options

@JalonSolov
Comment options

Answer selected by Blackrose
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants