aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBuddy Liong <buddy.budiono@ti.com>2014-11-11 15:34:43 -0600
committerBuddy Liong <buddy.budiono@ti.com>2014-11-19 11:44:50 -0600
commit3b9d689f23e54ddf8c157643e50dd45709890fbd (patch)
tree0e3a2eef212a89df6cf9526f45fb17aa354dd93b /README
parent02907e6c0b25f3abbb90f762681a9b13abe29477 (diff)
downloaddce-3b9d689f23e54ddf8c157643e50dd45709890fbd.tar.gz
Integration based on IPC 3.30.01.12
Integration with IPC 3.30.01.12 requires build tool update on XDC tool version to 3_30_xx_xx. Using the latest XDC Tools of 3_30_05_60_core Copying the header files used from 3_30_05_60 version. Change-Id: I648bfa945bcc0d8a43b4653d8f303cd9c18ee03f Signed-off-by: Buddy Liong <buddy.budiono@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 18 insertions, 18 deletions
diff --git a/README b/README
index e368466..538df9c 100644
--- a/README
+++ b/README
@@ -23,6 +23,7 @@ This ReadMe file comprises:
########################### For QNX ###########################
Exporting QNX variables:
+## FOR QNX 6.5.0 SP1 SDP ##
export QNX_ROOT=/opt/qnx650
export QNX_HOST=${QNX_ROOT}/host/linux/x86
export LD_LIBRARY_PATH=${QNX_HOST}/usr/lib
@@ -31,23 +32,15 @@ export MAKEFLAGS=-I${QNX_TARGET}/usr/include
export QNX_CONFIGURATION=/etc/qnx
export QNX_JAVAHOME=${QNX_ROOT}/_jvm
export PATH=${QNX_HOST}/usr/bin:${PATH}:${QNX_CONFIGURATION}/bin
-export QNX_USERNAME=<registered email-id at QNX> //not important
-eval `qconfig -n "QNX Software Development Platform 6.5.0" -e`
-
-If previous eval doesn't work, that is it doesn't output the following:
-"
-export QNX_HOST="/opt/qnx650/host/linux/x86";
-export QNX_TARGET="/opt/qnx650/target/qnx6";
-export PATH="/opt/qnx650/host/linux/x86/usr/bin:/opt/qnx650/host/linux/x86/bin:/opt/qnx650/host/
-linux/x86/sbin:/opt/qnx650/host/linux/x86/usr/sbin:/opt/qnx650/host/linux/x86/usr/photon/appbuilder:
-/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/etc/qnx/bin:/etc/qnx/bin:
-/opt/qnx650:/etc/qnx/bin:/etc/qnx/bin:/etc/qnx/bin:/etc/qnx/bin";
-export LD_LIBRARY_PATH="/opt/qnx650/host/linux/x86/usr/lib";
-export MAKEFLAGS="-I/opt/qnx650/target/qnx6/usr/include";
-"
-
-then try:
-/opt/qnx650/host/linux/x86/usr/bin/qconfig -n "QNX Software Development Platform 6.5.0" -e
+
+## FOR QNX 6.6.0 SDP ##
+export QNX_ROOT=/opt/qnx660
+export QNX_HOST=${QNX_ROOT}/host/linux/x86
+export LD_LIBRARY_PATH=${QNX_HOST}/usr/lib
+export QNX_TARGET=${QNX_ROOT}/target/qnx6
+export MAKEFLAGS=-I${QNX_TARGET}/usr/include
+export QNX_CONFIGURATION=/opt/qnx660/.qnx
+export PATH=${QNX_HOST}/usr/bin:${PATH}:${QNX_CONFIGURATION}/bin
Exporting LIBDCE variables:
export IPCHEADERS=<path to IPC Headers>
@@ -61,6 +54,13 @@ $(IPCHEADERS)/usr/include/ti/ipc/mm
$(IPCHEADERS)/usr/include/ti/shmemallocator
$(IPCHEADERS)/usr/include/
+To turn on DEBUG:
+Update common.mk
+ From:
+ CCFLAGS+=-O2 -DBUILDOS_QNX=1 -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=1
+ To:
+ CCFLAGS+=-O2 -DBUILDOS_QNX=1 -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=3
+
Building:
make -f Makefile.qnx install
@@ -411,7 +411,7 @@ If (BUILDOS_LINUX) {
************ Version Info of Headers included in packages folder ***********
Tools:
-XDC version : xdctools_3_25_06_96
+XDC version : xdctools_3_30_05_60_core
CE version : codec_engine_3_24_00_08
XDAIS version: xdais_7_24_00_04
FC version: framework_components_3_24_02_15