基於ubuntu 12.10進行。
我使用的非圖形介面方式,安裝流程如下:
$mkdir ~/qnx/tmp
$export export iatempdir=~/qnx/tmp
$./qnx-sdp-6.6-201402230339.bin
preparing to install...
extracting the jre from the installer archive...
unpacking the jre...
extracting the installation resources from the installer archive...
遇到:press to continue:直接回車即可。
qnx software development platform 6.6 is already installed in the followinglocation:
刪除/var/lib/mlocate/mlocate.db&/var/.com.zerog.registry.xml
此處有誤:正常應該是通過安裝目錄上的uninstaller解除安裝。
申請成功後,可在qnx**的myqnx下找到,粘入即可。
do you accept the terms of this license agreement? (y/n):
輸入y,回車。
預設是/opt/qnx660,我安到自定義目錄。
所有資訊列一遍,回車即可,進度條到頭就安裝完成了。
基於qnx的開發,要基於特定目標平台的bsp進行,這次用的是renesas r-car e2-alt的bsp進行。
參考manual,設定環境變數並編譯:
$cd $source /qnx660-env.sh
$make clean;make all
之後的測試都按照manual進行即可。 Ubuntu下QNX SDP 6 6安裝使用指南
基於ubuntu 12.10進行。我使用的非圖形介面方式,安裝流程如下 mkdir qnx tmp export export iatempdir qnx tmp qnx sdp 6.6 201402230339.bin preparing to install.extracting the jre...
CentOS6 6下執行快捷命令
巧學巧用快捷命令 1 上一條命令的最後一條引數,不用重複輸入長引數 例如 1 2 3 4 5 6 7 8 9 10 11 12 13 14 root localhost cat etc sysconfig network scripts ifcfg eth0 device eth0 hwaddr 0...
CentOS6 6下安裝配置nfs
目的 兩台centos虛擬機器相互之間傳輸檔案 其中一台開啟nfs服務,設定共享目錄,另一台對該目錄進行讀 寫操作 服務端 yum y install nfs utils rpcbind mkdir usr local test vi etc exports 增加一行 usr local test ...