sogou/srpc

在arm上的编译问题

Closed this issue · 3 comments

环境: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下面的程序,报"段错误",请问为什么?谢谢~

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

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

环境: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是否能正常运行?

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

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

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

谢谢,的确是这个问题。