摘要: 在ubuntu 上编译代码遇到问题 make: /usr/local/arm/arm-2009q3/bin/arm-none-linux-gnueabi-gcc: Command not found 可是,这个命令是存在的,为什么还会报错 网上说可能是Ubuntu是64位的,而编译器是32位的,所以 阅读全文
posted @ 2025-05-28 11:47 429512065 阅读(14) 评论(0) 推荐(0)
摘要: pyinstaller --onefile mqtt_eum.py那么使用 --noconsole 选项可以关闭黑色命令窗口 --noconsole 阅读全文
posted @ 2025-05-28 10:18 429512065 阅读(127) 评论(0) 推荐(0)