Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Make support for PowerPC (ppc64) #59

Open
7 of 8 tasks
LuThaiHoc opened this issue Jun 8, 2023 · 0 comments
Open
7 of 8 tasks

Make support for PowerPC (ppc64) #59

LuThaiHoc opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LuThaiHoc
Copy link

Please make sure of the following things.

  • I have read the documentation.
  • 我已阅读 文档
  • I'm sure there are no duplicate issues.
  • 我确定没有提交和他人重复的issue。
  • I'm sure this feature is not implemented.
  • 我确定该功能尚未实现。
  • I'm sure it's a reasonable and popular requirement.
  • 我确定这个需求合理且符合大多数人需要。

Describe the feature / 需求描述

How to build server and client support Power PC architure?

Suggested solution / 实现思路

I added lines in ./scripts/build.server.sh

export GOARCH=ppc64
go build -ldflags "-s -w -X 'Spark/server/config.COMMIT=$COMMIT'" -tags=jsoniter -o ./releases/server_linux_ppc64 Spark/server

It was success build but when I run on my ppc64 architure computer, I got error: Illegal instruction
image

Additional information / 附加说明

uname -a
Linux MY-MACHINE-NAME SMP Thu Dec 9 14:27:55 +07 2021 ppc64 ppc64 ppc64 GNU/Linux
@LuThaiHoc LuThaiHoc added the enhancement New feature or request label Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant