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

linux cross-compile problem #224

Closed
0x414a opened this issue Mar 12, 2024 · 4 comments
Closed

linux cross-compile problem #224

0x414a opened this issue Mar 12, 2024 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@0x414a
Copy link

0x414a commented Mar 12, 2024

Apple M1
macOS13.2 (22D49)

Cross compilation is no problem, recently encountered this, several days did not solve, do not understand

fyne-cross linux -arch amd64 .
[i] Target: linux/amd64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "temp" dir /app/fyne-cross/tmp/linux-amd64: exit status 125

fyne-cross linux -arch arm64 .
[i] Target: linux/arm64
[i] Cleaning target directories...
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.AF7voObilD/Listeners: operation not supported.
[✗] could not clean the "bin" dir /app/fyne-cross/bin/linux-arm64: exit status 125

@andydotxyz
Copy link
Member

This is another duplicate of #214 - updating Fyne-cross should fix the issue, see linked issue or other related #217 for more info.

@andydotxyz andydotxyz added the duplicate This issue or pull request already exists label Mar 12, 2024
@0x414a
Copy link
Author

0x414a commented Mar 12, 2024

这是#214的另一个重复- 更新 Fyne-cross 应该可以解决该问题,请参阅链接问题或其他相关的#217了解更多信息。

But it doesn't solve the problem

@andydotxyz
Copy link
Member

Are you sure you were testing with develop branch like that linked issue instructed?

@0x414a
Copy link
Author

0x414a commented Mar 24, 2024

Are you sure you were testing with develop branch like that linked issue instructed?

Thanks, solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants