流程:
参考(https://blog.csdn.net/mao834099514/article/details/109102770)
git clone https://github.com/vlm/asn1c.git
test -f configure || autoreconf -iv
sudo ./configure
sudo make
make install
问题1:
config.status: error: cannot find input file: `tests/tests-c-compiler/check-src/Makefile.in'
解决方案:
1.安装libtool autoconf automake
2.autoheader && aclocal && libtoolize --ltdl --copy --force && automake --add-missing --copy && autoconf && ./configure
问题2:
configure: error: cannot run /bin/bash config/config.sub
解决方案:参考(https://blog.csdn.net/ZT7524/article/details/86516570)
找道系统中所有的 config.sub 文件,用系统中的config.sub 文件替换