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

在arm上的编译问题 #407

Closed
lyla105 opened this issue Sep 5, 2024 · 3 comments
Closed

在arm上的编译问题 #407

lyla105 opened this issue Sep 5, 2024 · 3 comments

Comments

@lyla105
Copy link

lyla105 commented Sep 5, 2024

环境:Debian系统,ARM架构
通过下面的命令编译:
git clone --recursive https://github.com/sogou/srpc.git
cd srpc
make
make install

compile tutorial

cd tutorial
make

Protobuf是自己编译的protobuf.3.21版本,

运行任何一个tutorial下面的程序,报"段错误",请问为什么?谢谢~

@holmes1412
Copy link
Contributor

Hi~ 报错有更详细的信息么?比如你gdb运行这个tutorial,看看挂在哪里。

有一个可能是这个机器有多个protobuf,链接的时候用的不是你指定的这个,就报错了?

@Barenboim
Copy link
Contributor

环境:Debian系统,ARM架构 通过下面的命令编译: git clone --recursive https://github.com/sogou/srpc.git cd srpc make make install

compile tutorial

cd tutorial make

Protobuf是自己编译的protobuf.3.21版本,

运行任何一个tutorial下面的程序,报"段错误",请问为什么?谢谢~

你好。能不能试一下workflow里的tutorial是否能正常运行?

@lyla105
Copy link
Author

lyla105 commented Sep 6, 2024

编译没有报错,
装了snappy,装了lz4,代码确定下载了workflow

Hi~ 报错有更详细的信息么?比如你gdb运行这个tutorial,看看挂在哪里。

有一个可能是这个机器有多个protobuf,链接的时候用的不是你指定的这个,就报错了?

谢谢,的确是这个问题。

@lyla105 lyla105 closed this as completed Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants