An error occurred when cross compiling gcc #4840
Unanswered
peakedshout
asked this question in
Q&A
Replies: 2 comments 10 replies
-
To build for darwin needs a different C compiler - you will need to install that and set CC as described in https://docs.fyne.io/started/cross-compiling Or use fyne-cross, linked at the end of the article. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Fyne-Cross's Android image doesn't support the ARM version, and I can't run the image on macOS, which frustrates me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to compile programs on darwin, linux, and windows platforms on Linux, but gcc reported an error.
In the end, only linux succeeded, of course because I am doing compilation using linux.
My gcc version is 4:11.2.0-1ubuntu1 (I tried updating gcc but it prompts me that this is the latest)
I don't quite understand how to deal with this problem? My program is running normally.
Beta Was this translation helpful? Give feedback.
All reactions