git submodule(25)

在拉取uds-c 仓库时,由于uds-c依赖其他的库,否则的话编译会出错。

可以通过git module 指令拉取依赖包源代码,以解决该问题。

git clone https://github.com/openxc/uds-c.git
cd uds-c
git submodule update --init --recursive

  

posted @ 2022-08-11 11:05  嵌入式实操  阅读(40)  评论(0编辑  收藏  举报