R128 FreeRTOS编译提示找不到python
-
编译R128 FreeRTOS SDK方案时出现错误,提示没有/usr/bin/python,但是明明就已经安装python了。
1
相关log如下:xxx:~/r128$ mrtos build rtos ... Dark Builder Version (1.6.0 - BiCEP2 (Gravitational Waves)) /bin/bash: /usr/bin/python: 没有那个文件或目录 **********make rtos fail***********
-
/usr/bin/python是指向python2或python3的软链接
有两种解决办法:
1、如果已经安装了python的软件包:
执行mrtos_memuconfig,配置CONFIG_DBUILD_PYTHON为对应的python路径,如/usr/bin/python3或/usr/bin/python2。
2、在ubuntu主机上安装下面两个软件包之一:
sudo apt install python-is-python2 # 安装后,/usr/bin/python软链接到/usr/bin/python2 sudo apt install python-is-python3 # 安装后,/usr/bin/python软链接到/usr/bin/python3
Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号