我想做一個腳本來記錄頂部輸出到我的嵌入式系統的背景中的文件。但只要我把它放在背景中,它就會退出或殭屍起來。在後臺運行的東西是什麼系統問題? 我的腳本 TOP_LOG_FILE=top_log.txt
if [ -e $TOP_LOG_FILE ] ; then
rm $TOP_LOG_FILE
fi
while true
do
echo "##"`date`"##"
我一直在使用QNX套件,並試圖在我的QNX目標運行可執行遵守「幀緩衝」 canvas3D的例子,但它拋出以下錯誤: ./framebuffer &
[1] 1216519
QML debugging is enabled. Only use this in a safe environment.
QQnxScreen: QQNX_PHYSICAL_SCREEN_SIZE variable
我試圖在qnx平臺上執行canvas3d項目。儘管執行它拋出一個錯誤如下 qrc:/main.qml:40:1: module "QtQuick.Layouts" is not installed
qrc:/main.qml:39:1: module "QtQuick.Controls" is not installed
qrc:/main.qml:38:1: module "QtCanvas