where can i get PhAB for QNX6 ????????

I downloaded the QNX RTP 6.1 from get.qnx.com, and burnt it in a CD,
everything works fine, However I can not find PHAB on it. Could anybody tell
me how can I get it ?
Thanks

I have found the PhAB, but where is the tutorial ???


“Haomin Lin” <linhm@uwyo.edu> wrote in message
news:9jdpi6$mjp$1@inn.qnx.com

I downloaded the QNX RTP 6.1 from get.qnx.com, and burnt it in a CD,
everything works fine, However I can not find PHAB on it. Could anybody
tell
me how can I get it ?
Thanks

Haomin Lin wrote:

I have found the PhAB,

where? I have the same problem: could’t find them



but where is the tutorial ???

“Haomin Lin” <> linhm@uwyo.edu> > wrote in message
news:9jdpi6$mjp$> 1@inn.qnx.com> …
I downloaded the QNX RTP 6.1 from get.qnx.com, and burnt it in a CD,
everything works fine, However I can not find PHAB on it. Could anybody
tell
me how can I get it ?
Thanks

Alex Guryanow <gav@ets.ifmo.ru> wrote in article
<3B5BD4A4.DC94F742@ets.ifmo.ru>…

Haomin Lin wrote:

I have found the PhAB,

where? I have the same problem: could’t find them

Make sure you have installed C/C++ toolset from CD repository.
Select Builder in launch menu to start PhAB.

Haomin Lin <linhm@uwyo.edu> wrote:
: I have found the PhAB, but where is the tutorial ???

They’re in the Photon Programmer’s Guide in the online docs.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Yes, I got it. Thanks.


“Steve Reid” <stever@qnx.com> wrote in message
news:9jh83r$gh5$1@nntp.qnx.com

Haomin Lin <> linhm@uwyo.edu> > wrote:
: I have found the PhAB, but where is the tutorial ???

They’re in the Photon Programmer’s Guide in the online docs.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Eduard Kromskoy wrote:

Alex Guryanow <> gav@ets.ifmo.ru> > wrote in article
3B5BD4A4.DC94F742@ets.ifmo.ru> >…


Haomin Lin wrote:

I have found the PhAB,

where? I have the same problem: could’t find them


Make sure you have installed C/C++ toolset from CD repository.
Select Builder in launch menu to start PhAB.

Yes, I have “C/C++ Toolset for x86 targeting x86” installed.
It has version 1.1.0 and is 39.9 MB. But I do not have any menu
item called Builder in my launch menu. All what I have in Development
submenu is link to QDN. What I’m doing wrong?

Alex

Alex Guryanow <gav@ets.ifmo.ru> wrote in article
<3B5DAFB4.E4FC3485@ets.ifmo.ru>…

Yes, I have “C/C++ Toolset for x86 targeting x86” installed.
It has version 1.1.0 and is 39.9 MB. But I do not have any menu
item called Builder in my launch menu. All what I have in Development
submenu is link to QDN. What I’m doing wrong?

Alex

Hi Alex,

That seems very strange. I’ve viewed my software I have the next packages
installed:
“C/C++ Toolset for x86 targeting x86” v.1.1.0, 39.9MB
“Development (libs and headers) targeting x86” v.6.1.0, 41 MB
These packages are enough to have got “Builder” item in launch menu. I’ve
looked through launch_menu.log file, the PhAB is placed
/usr/photon/appbuilder/appbuilder.
PATH variable includes the path to appbuilder.

Anyway, the file “bundles-tools-dev_x86-1.1.0-x86-qnx.qpm” (manifest for
C/C++ Toolset) includes the line:
QPM:BundleChildph-devtools-2.0.2-qnx</QPM:BundleChild>.
So, “ph-devtools-2.0.2-qnx” is a child bundle for “C/C++ Toolset”.
“ph-devtools-2.0.2-qnx.qpm” is a manifest for PhAB and
“ph-devtools-2.0.2-qnx.qpk” is a PhAB package :slight_smile:. You could download these
qpm&qpk files and install them.

Regards,
Eduard.

“Alex Guryanow” <gav@ets.ifmo.ru> wrote in message
news:3B5DAFB4.E4FC3485@ets.ifmo.ru

Eduard Kromskoy wrote:

Alex Guryanow <> gav@ets.ifmo.ru> > wrote in article
3B5BD4A4.DC94F742@ets.ifmo.ru> >…


Haomin Lin wrote:

I have found the PhAB,

where? I have the same problem: could’t find them


Make sure you have installed C/C++ toolset from CD repository.
Select Builder in launch menu to start PhAB.

Yes, I have “C/C++ Toolset for x86 targeting x86” installed.
It has version 1.1.0 and is 39.9 MB. But I do not have any menu
item called Builder in my launch menu. All what I have in Development
submenu is link to QDN. What I’m doing wrong?

Alex

I tried to reinstall QNX6 on my machine to see when the “Builder” will show
up in the launch menu.
After i install the QNX6, i install new package from CD repository. It looks
like only “C/C++ Toolset for x86 targeting x86” needs to be checked, then
click “install”. that’s all, other necessary packages will be installed
automatically.

Haomin Lin