1 Star 0 Fork 1

THEWON/hello_erpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
thewon 提交于 2022-08-02 11:29 . add hello erpc file
#!/bin/sh
g++ -Wall -I. -I/usr/local/include/erpc -L/usr/local/lib hello_server.cpp server.cpp -lerpc -lpthread -o server
g++ -Wall -I. -I/usr/local/include/erpc -L/usr/local/lib hello_client.cpp client.cpp -lerpc -lpthread -o client
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/thewon/hello_erpc.git
git@gitee.com:thewon/hello_erpc.git
thewon
hello_erpc
hello_erpc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385