当我使用yocto构建我的第一个linux系统时,在“bitbake imx-image- my”被执行之后,我遇到了一个奇怪的错误:
ERROR: gnu-config-native-20190501+gitAUTOINC+b98424c249-r0 do_unpack: Unpack failure for URL: 'git://git.savannah.gnu.org/config.git'. No up to date source found: clone directory not available or not up to date: /home/admin/
我一直在尝试将库libsound交叉编译到wsl2上的windows10。
我使用了中描述的步骤。课程“为Windows构建”
然而,我在cmake执行过程中遇到了一些问题:
cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/mxe/usr/x86_64-w64-mingw32.static/share/cmake/mxe-conf.cmake
该命令返回:
-- The C compiler identification is GNU 5.5.0
-- Check for working C compiler: /home/andre/git/mxe/usr/
我正在Ubuntu20.04上工作,我想在python中安装一个回购包。
pip3 install git+https://path-to-repo.git
这应该很好,因为当我执行pip3 show package_name时,会找到包。然而:
> python3
Python 3.8.2 (default, Mar 13 2020, 10:14:16)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more infor