Pleae Help! Simple Phab Application in IDE

i created a GUI program called HelloWorld under Phab Application in IDE.
After generate 'UI" in Phab Application, I ‘rebuild’ in IDE, it gives me
following errors:

[/root/workspace/HelloWorld/arm/o-be-g/] Error 1
[/root/workspace/HelloWorld/arm/o-be-g/] Error 1
/usr/qnx63/host/qnx6/x86/user/bin/ntoarmld can not find -lAP
/usr/qnx63/host/qnx6/x86/user/bin/ntoarmld can not find -lAP

what’s going on here???

Hi Ran,

What targets are you trying to build your PhAB application for ? Is it for
x86 or another platform? By default the IDE selects all targets for a
project and you can change this through the properties dialog for the
project.

To get to the properties dialog, right click on the project name and select
properties from the menu. Then go to the “Build Variants” tab and uncheck
any targets you don’t wish to build for.

At present there is no photon support for armbe or mipsbe variants. You can
build non-photon application for these platforms for example a QNX C
Project.

Regards
Brenda


“Ran Zhang” <rzhang@vamcointernational.com> wrote in message
news:cl3k73$4ei$1@inn.qnx.com

i created a GUI program called HelloWorld under Phab Application in IDE.
After generate 'UI" in Phab Application, I ‘rebuild’ in IDE, it gives me
following errors:

[/root/workspace/HelloWorld/arm/o-be-g/] Error 1
[/root/workspace/HelloWorld/arm/o-be-g/] Error 1
/usr/qnx63/host/qnx6/x86/user/bin/ntoarmld can not find -lAP
/usr/qnx63/host/qnx6/x86/user/bin/ntoarmld can not find -lAP

what’s going on here???