Unable to Connect to Target

I have a Motorola Lite5200 evaluation board just out of the box. I have
installed the OS and am able to boot the board,
and ping it across the network (and from it I can ping my desktop PC).

However I am unable to execute my HelloWorld program from the IDE (Ver 2.0).
The error from the log file is:

!MESSAGE Can’t transfer file for New_configuration (1) : Connection refused:
connect

I add a new target (in the IDE) with the appropriate IP address and port,
but the new target always shows
up as Not Connected.

I also am unable to Telent to it (what port should I telnet to?).

Any thoughts as to what I am doing wrong?

I beleive I am running inetd as shown below in a capture of the boot from
the serial port:

‘’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’
IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

ps -A

PID TTY TIME CMD
1 ? 00:00:12
2 ? 00:00:01 devf-lite5200evb
3 ? 00:00:00 devc-psc-uart-lite5200evb
4100 ? 00:00:00 mqueue
4101 ? 00:00:00 pipe
4102 ? 00:00:00 /proc/boot/ksh
131079 ? 00:00:00 /bin/ksh
135176 ? 00:00:00 ps
81929 ? 00:00:00 io-net
102410 ? 00:00:00 /bin/devc-pty
102411 ? 00:00:00 /bin/pdebug
102412 ? 00:00:00 /bin/inetd

‘’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’

Thank you
Bryce

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000:
Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch Configurations,
Arguments tab

Any thoughts?

Bryce


“David Gibbs” <dagibbs@qnx.com> wrote in message
news:boub96$4dd$1@nntp.qnx.com

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000:
Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch Configurations,
Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

…cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <achapiro@qnx.com> wrote in message
news:bp0k9r$go7$1@nntp.qnx.com

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:
It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000:
Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch Configurations,
Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Hello Bryce,

What host and QNX version are you using? Make sure qconn version matches
the
os version.

Regards,

Marcin

“Bryce” <bryce@think//epc.com> wrote in message
news:bp0len$a7q$> 1@inn.qnx.com> …
Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …
Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:
It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000:
Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch
Configurations,
Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

\

I am using the version of qconn on the embedded device, that was put there
when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet, but I
cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir /tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <marcind@qnx.com> wrote in message
news:bp0t96$pbn$1@nntp.qnx.com

Hello Bryce,

What host and QNX version are you using? Make sure qconn version matches
the
os version.

Regards,

Marcin

“Bryce” <bryce@think//epc.com> wrote in message
news:bp0len$a7q$> 1@inn.qnx.com> …
Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …
Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:
It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000:
Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch
Configurations,
Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …

Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target
board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.



\

Definitely you are using wrong version of qconn. For the target please
ask ls -l /usr/sbin/qconn. What is the build date? Compare it with what
you have for the host.


Bryce wrote:

I am using the version of qconn on the embedded device, that was put there
when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet, but I
cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir /tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00 MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <> marcind@qnx.com> > wrote in message
news:bp0t96$pbn$> 1@nntp.qnx.com> …

Hello Bryce,

What host and QNX version are you using? Make sure qconn version matches
the
os version.

Regards,

Marcin


“Bryce” <bryce@think//epc.com> wrote in message

news:bp0len$a7q$> 1@inn.qnx.com> …

Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target

launcher@localhost:8000:

Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch

Configurations,

Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …


Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target

board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.



\

The qcon info is:

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn

QNX Momentics IDE Ver. 2.0 Build 200306021152.

How can I tell what version the target is running?

I see someone else had the exact problem at the end of a previous thread
titled: Debugging problems in 6.2.1a, from August.
It appears that they problem was with qconn also.

Where do I get the correct version of qconn that you speak of?




“Alex Chapiro” <achapiro@qnx.com> wrote in message
news:bp1225$is$1@nntp.qnx.com

Definitely you are using wrong version of qconn. For the target please
ask ls -l /usr/sbin/qconn. What is the build date? Compare it with what
you have for the host.


Bryce wrote:

I am using the version of qconn on the embedded device, that was put
there
when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet,
but I
cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir
/tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00
MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <> marcind@qnx.com> > wrote in message
news:bp0t96$pbn$> 1@nntp.qnx.com> …

Hello Bryce,

What host and QNX version are you using? Make sure qconn version
matches
the
os version.

Regards,

Marcin


“Bryce” <bryce@think//epc.com> wrote in message

news:bp0len$a7q$> 1@inn.qnx.com> …

Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target

launcher@localhost:8000:

Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch

Configurations,

Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …


Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target

board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.




\

begin 666 ConfigurationDetails.txt
MBHJ($1A=&4Z($9R:2!.;W8@,30@,#DZ,C@Z,#,@15-4(#(P,#,-"@T**BHJ
M(%-Y<W1E;2!P<F]P97)T:65S.@T
87=T+G1O;VQK:70]<W5N+F%W="YW:6YD
M;W=S+E=4;V]L:VET#0IC871A;&EN82YB87-E/4,Z+U%.6’-D:R]H;W-T+W=I
M;C,R+W@X-B]U<W(O<61E+V5C;&EP<V4O<&QU9VEN<R]O<F<N96-L:7!S92YT
M;VUC871?-“XP+C,O#0IC871A;&EN82YH;VUE/4,Z+U%.6’-D:R]H;W-T+W=I
M;C,R+W@X-B]U<W(O<61E+V5C;&EP<V4O<&QU9VEN<R]O<F<N96-L:7!S92YT
M;VUC871?-“XP+C,O#0IC871A;&EN82YU<V5.86UI;F<]=’)U90T9FEL92YE
M;F-O9&EN9SU#<#$R-3(-"F9I;&4N96YC;V1I;F<N<&MG/7-U;BYI;PT
9FEL
M92YS97!A<F%T;W(]7 T*:F%V82YA=W0N9F]N=’,]#0IJ879A+F%W=“YG<F%P
M:&EC<V5N=CUS=6XN87=T+E=I;C,R1W)A<&AI8W-%;G9I<F]N;65N= T*:F%V
M82YA=W0N<’)I;G1E<FIO8CUS=6XN87=T+G=I;F1O=W,N5U!R:6YT97);V(-
M"FIA=F$N8VQA<W,N<&%T:#U#.EQ13EAS9&M<:&]S=%QW:6XS,EQX.#9<=7-R
M7’%D95QE8VQI<’-E7’-T87)T=7 N:F%R#0IJ879A+F-L87-S+G9E<G-I;VX]
M-#<N, T
:F%V82YE>‘0N9&ER<SU#.EQ13EAS9&M<:&]S=%QW:6XS,EQX.#9<
M=7-R7’%D95QE8VQI<’-E7&IR95QL:6)<97AT#0IJ879A+FAO;64]0SI<44Y8
M<V1K7&AO<W1<=VEN,S)<>#@V7’5S<EQQ9&5<96-L:7!S95QJ<F4-“FIA=F$N
M:6\N=&UP9&ER/4,Z7$1/0U5-17XQ7$)R>6-E7$Q/0T%,4WXQ7%1E;7!<#0IJ
M879A+FQI8G)A<GDN<&%T:#U#.EQ13EAS9&M<:&]S=%QW:6XS,EQX.#9<=7-R
M7’%D95QE8VQI<’-E7&IR95QB:6X[+CM#.EQ724Y$3U=37%-Y<W1E;3,R.T,Z
M7%=)3D1/5U,[0SI<5TE.1$]74UQS>7-T96TS,CM#.EQ724Y$3U=3.T,Z7%=)
M3D1/5U-<4WES=&5M,S)<5V)E;3M#.EQ0<F]G<F%M($9I;&5S7$-O;6UO;B!&
M:6QE<UQ!9&%P=&5C(%-H87)E9%Q3>7-T96T[0SI<5&]O;’-<3W!U<TUA:V5<
M5SDU.T,Z7%1O;VQS7$QI;G0[0SI<351/3TQ<0DE…T,Z7%1O;VQS.T,Z7%!R
M;V=R86T@1FEL97-<06YA;&]G($1E=FEC97-<5FES=6%L1%-0.T,Z7%!R;V=R
M86T@1FEL97-<0V]S;6EC.V,Z7’1I8S)X>%QC,C P,%QC9W1O;VQS7&)I;CM#
M.EQ13EAS9&M<:&]S=%QW:6XS,EQX.#9<=7-R7&)I;CM#.EQ13EAS9&M<:&]S
M=%QW:6XS,EQX.#9<=7-R7&)I;EQC>6=W:6Y?9&QL.T,Z7%!R;V=R86T@1FEL
M97-<36EC<F]S;V9T(%9I<W5A;”!3='5D:6]<0V]M;6]N7%1O;VQS7%=I;DY4
M.T,Z7%!R;V=R86T@1FEL97-<36EC<F]S;V9T(%9I<W5A;”!3='5D:6]<0V]M
M;6]N7$U31&5V.3A<0FEN.T,Z7%!R;V=R86T@1FEL97-<36EC<F]S;V9T(%9I
M<W5A;”!3='5D:6]<0V]M;6]N7%1O;VQS.T,Z7%!R;V=R86T@1FEL97-<36EC
M<F]S;V9T(%9I<W5A;”!3=‘5D:6]<5D,Y.%QB:6X[0SI<4’)O9W)A;2!&:6QE
M<UQV<VQI8VM<=VEN#0IJ879A+FYA;6EN9RYF86-T;W)Y+FEN:71I86P];W)G
M+F%P86-H92YN86UI;F<N:F%V82YJ879A55),0V]N=&5X=$9A8W1O<GD-"FIA
M=F$N;F%M:6YG+F9A8W1O<GDN=7)L+G!K9W,];W)G+F%P86-H92YN86UI;F<-
M"FIA=F$N<G5N=&EM92YN86UE/4IA=F$H5$TI(#(@4G5N=&EM92!%;G9I<F]N
M;65N="P@4W1A;F1A<F0@161I=&EO;@T*:F%V82YR=6YT:6UE+G9E<G-I;VX]
M,2XS+C%?,#0M8C R#0IJ879A+G-P96-I9FEC871I;VXN;F%M93U879A(%!L
M871F;W)M($%022!3<&5C:69I8V%T:6]N#0IJ879A+G-P96-I9FEC871I;VXN
M=F5N9&]R/5-U;B!-:6-R;W-Y<W1E;7,@26YC+@T
:F%V82YS<&5C:69I8V%T
M:6]N+G9E<G-I;VX],2XS#0IJ879A+G9E;F1O<CU3=6X@36EC<F]S>7-T96US
M($EN8RX-"FIA=F$N=F5N9&]R+G5R;#UH=‘1P.B\O:F%V82YS=6XN8V]M+PT*
M:F%V82YV96YD;W(N=7)L+F)U9SUH=‘1P.B\O:F%V82YS=6XN8V]M+V-G:2UB
M:6XO8G5G<F5P;W)T+F-G:0T*:F%V82YV97)S:6]N/3$N,RXQ7S T#0IJ879A
M+G9M+FEN9F];6EX960@;6]D90T*:F%V82YV;2YN86UE/4IA=F$@2&]T4W!O
M="A432D@0VQI96YT(%9-#0IJ879A+G9M+G-P96-I9FEC871I;VXN;F%M93U*
M879A(%9I<G1U86P@36%C:&EN92!3<&5C:69I8V%T:6]N#0IJ879A+G9M+G-P
M96-I9FEC871I;VXN=F5N9&]R/5-U;B!-:6-R;W-Y<W1E;7,@26YC+@T*:F%V
M82YV;2YS<&5C:69I8V%T:6]N+G9E<G-I;VX],2XP#0IJ879A+G9M+G9E;F1O
M<CU3=6X@36EC<F]S>7-T96US($EN8RX-"FIA=F$N=FTN=F5R<VEO;CTQ+C,N
M,5\P-"UB,#(-"FQI;F4N<V5P87)A=&]R/0T*#0IO<RYA<F-H/7@X-@T*;W,N
M;F%M93U7:6YD;W=S(%A0#0IO<RYV97)S:6]N/34N,0T*<&%T:"YS97!A<F%T
M;W(].PT*<W5N+F)O;W0N8VQA<W,N<&%T:#U#.EQ13EAS9&M<:&]S=%QW:6XS
M,EQX.#9<=7-R7’%D95QE8VQI<’-E7&IR95QL:6)<<G0N:F%R.T,Z7%%.6’-D
M:UQH;W-T7’=I;C,R7’@X-EQU<W)<<61E7&5C;&EP<V5<:G)E7&QI8EQI,3AN
M+FIA<CM#.EQ13EAS9&M<:&]S=%QW:6XS,EQX.#9<=7-R7’%D95QE8VQI<’-E
M7&IR95QL:6)<<W5N<G-A<VEG;BYJ87([0SI<44Y8<V1K7&AO<W1<=VEN,S)<
M>#@V7’5S<EQQ9&5<96-L:7!S95QJ<F5<8VQA<W-E<PT*<W5N+F)O;W0N;&EB
M<F%R>2YP871H/4,Z7%%.6’-D:UQH;W-T7’=I;C,R7’@X-EQU<W)<<61E7&5C
M;&EP<V5<:G)E7&)I;@T*<W5N+F-P=2YE;F1I86X];&ET=&QE#0IS=6XN8W!U
M+FES86QI<W0]<&5N=&EU;2!I-#@V(&DS.#8-"G-U;BYI;RYU;FEC;V1E+F5N
M8V]D:6YG/55N:6-O9&5,:71T;&4-"G5S97(N9&ER/4,Z7%%.6’-D:PT*=7-E
M<BYH;VUE/4,Z7$1O8W5M96YT<R!A;F0@4V5T=&EN9W-<0G)Y8V4-"G5S97(N
M;&%N9W5A9V4]96X-“G5S97(N;F%M93U”<GEC90T*=7-E<BYR96=I;VX]55,-
M"G5S97(N=&EM97IO;F4]06UE<FEC82].97=?66]R:PT*#0HJBH@1F5A='5R
M97,Z#0IC;VTN<6YX+G1O;VQS+FED92 H,BXP+C$I#0IO<F<N96-L:7!S92YJ
M9’0@
#(N,“XR0T;W)G+F5C;&EP<V4N:F1T+G-O=7)C92 H,BXP+C(I#0IO
M<F<N96-L:7!S92YP9&4@#(N,"XR0T*;W)G+F5C;&EP<V4N<&QA=&9O<FT@
M*#(N,“XR0T;W)G+F5C;&EP<V4N<&QA=&9O<FTN<V]U<F-E(”@R+C N,BD-
M"F]R9RYE8VQI<’-E+G!L871F;W)M+G=I;C,R(”@R+C N,BD-"F]R9RYE8VQI
M<’-E+G!L871F;W)M+G=I;C,R+G-O=7)C92 H,BXP+C(I#0IO<F<N96-L:7!S
M92YS9&LN=VEN,S(@#(N,"XR0T*#0HJBH@4&QU9VEN(%)E9VES=’)Y.@T
M8V]M+G%N>"YT;V]L<RYI9&4@#(N,"XQ0T8V]M+G%N>“YT;V]L<RYI9&4N
M8G5I;&1E<BYC;W)E(”@R+C N,2D-"F-O;2YQ;G@N=&]O;’,N:61E+F)U:6QD
M97(N=6D@
#(N,"XQ0T8V]M+G%N>"YT;V]L<RYI9&4N8V]N<V]L92 H,BXP
M+C$I#0IC;VTN<6YX+G1O;VQS+FED92YD8F=M86QL;V,@#(N,"XQ0T8V]M
M+G%N>“YT;V]L<RYI9&4N9&]C+G!E(”@R+C N,2D-"F-O;2YQ;G@N=&]O;’,N
M:61E+F9S>7,@
#(N,"XQ0T8V]M+G%N>"YT;V]L<RYI9&4N:F%V87@N8V]M
M;2 H,BXP+C$I#0IC;VTN<6YX+G1O;VQS+FED92YP:&%B+F-O<F4@#(N,"XQ
M
0T8V]M+G%N>“YT;V]L<RYI9&4N<&AA8BYU:2 H,BXP+C$I#0IC;VTN<6YX
M+G1O;VQS+FED92YP<F]F:6QE<BYC;W)E(”@R+C N,2D-“F-O;2YQ;G@N=&]O
M;’,N:61E+G!R;V9I;&5R+G5I(”@R+C N,2D-“F-O;2YQ;G@N=&]O;’,N:61E
M+G%D92YC;W)E(”@R+C N,2D-“F-O;2YQ;G@N=&]O;’,N:61E+G%D92YD96)U
M9RYC;W)E(”@R+C N,2D-"F-O;2YQ;G@N=&]O;’,N:61E+G%D92YD96)U9RYU
M:2 H,BXP+C$I#0IC;VTN<6YX+G1O;VQS+FED92YQ9&4N=6D@
#(N,“XQ0T
M8V]M+G%N>“YT;V]L<RYI9&4N<WES:6YF;R H,BXP+C$I#0IC;VTN<6YX+G1O
M;VQS+FED92YT87)G970N8V]R92 H,BXP+C$I#0IC;VTN<6YX+G1O;VQS+FED
M92YT87)G970N=6D@#(N,"XQ0T8V]M+G%N>“YT;V]L<RYI9&4N=&9T<” H
M,BXP+C$I#0IC;VTN<6YX+G1O;VQS+FED92YT<F%C92YC;W)E("@R+C N,2D-
M"F-O;2YQ;G@N=&]O;’,N:61E+G1R86-E+G5I("@R+C N,2D-“F-O;2YQ;G@N
M=&]O;’,N:61E+G5I(”@R+C N,2D-"F-O;2YQ;G@N=&]O;’,N=71I;’,@
#(N
M,“XQ0T"6-O;2YQ;G@N=&]O;’,N=71I;’,N;&EC96YS:6YG+G=I;C,R(”@R
M+C N,2D-“F-O;2YQ;G@N=&]O;’,N=71I;’,N=6D@#(N,"XQ0T*;W)G+F%P
M86-H92YA;G0@#$N-"XQ0T*;W)G+F%P86-H92YL=6-E;F4@#$N,BXP0T*
M;W)G+F%P86-H92YX97)C97,@#0N,"XW0T*;W)G+F5C;&EP<V4N86YT+F-O
M<F4@#(N,"XQ0T*;W)G+F5C;&EP<V4N8V1T(”@Q+C N,2D-“F]R9RYE8VQI
M<’-E+F-D=“YC;W)E(”@Q+C N,2D-”@EO<F<N96-L:7!S92YC9’0N8V]R92YW
M:6XS,B H,2XP+C$I#0IO<F<N96-L:7!S92YC9’0N9&5B=6<N8V]R92 H,2XP
M+C$I#0IO<F<N96-L:7!S92YC9’0N9&5B=6<N;6DN8V]R92 H,2XP+C$I#0IO
M<F<N96-L:7!S92YC9’0N9&5B=6<N;6DN=6D@#$N,"XQ0T*;W)G+F5C;&EP
M<V4N8V1T+F1E8G5G+G5I(”@Q+C N,2D-“F]R9RYE8VQI<’-E+F-D=“YL875N
M8V@@#$N,"XQ0T*;W)G+F5C;&EP<V4N8V1T+G5I(”@Q+C N,2D-“F]R9RYE
M8VQI<’-E+F-O;7!A<F4@#(N,"XP0T*;W)G+F5C;&EP<V4N8V]R92YB;V]T
M(”@R+C N,BD-“F]R9RYE8VQI<’-E+F-O<F4N<F5S;W5R8V5S(”@R+C N,2D-
M”@EO<F<N96-L:7!S92YC;W)E+G)E<V]U<F-E<RYW:6XS,B H,BXP+C$I#0IO
M<F<N96-L:7!S92YC;W)E+G)U;G1I;64@#(N,"XR0T*;W)G+F5C;&EP<V4N
M9&5B=6<N8V]R92 H,BXP+C I#0IO<F<N96-L:7!S92YD96)U9RYU:2 H,BXP
M+C I#0IO<F<N96-L:7!S92YH96QP(”@R+C N,BD-"F]R9RYE8VQI<’-E+FAE
M;’ N=6D@#(N,"XQ0T*"6]R9RYE8VQI<’-E+FAE;’ N=6DN=VEN,S(@#(N
M,"XQ
0T*;W)G+F5C;&EP<V4N:&5L<“YW96)A<’ @#(N,"XR0T*;W)G+F5C
M;&EP<V4N:F1T(”@R+C N,BD-"F]R9RYE8VQI<’-E+FID=“YC;W)E(”@R+C N
M,BD-"F]R9RYE8VQI<’-E+FID=“YD96)U9R H,BXP+C(I#0IO<F<N96-L:7!S
M92YJ9’0N9&5B=6<N=6D@#(N,"XR0T*;W)G+F5C;&EP<V4N:F1T+F1O8RYI
M<W8@#(N,"XP0T*;W)G+F5C;&EP<V4N:F1T+F1O8RYU<V5R(”@R+C N,“D-
M"F]R9RYE8VQI<’-E+FID=“YJ=6YI=” H,BXP+C$I#0IO<F<N96-L:7!S92YJ
M9’0N;&%U;F-H:6YG(”@R+C N,2D-“F]R9RYE8VQI<’-E+FID=“YS;W5R8V4@
M*#(N,“XR0T;W)G+F5C;&EP<V4N:F1T+G5I(”@R+C N,BD-“F]R9RYE8VQI
M<’-E+G!D92 H,BXP+C(I#0IO<F<N96-L:7!S92YP9&4N8G5I;&0@#(N,"XP
M
0T*;W)G+F5C;&EP<V4N<&1E+F-O<F4@#(N,"XR0T*;W)G+F5C;&EP<V4N
M<&1E+F1O8RYU<V5R(”@R+C N,“D-“F]R9RYE8VQI<’-E+G!D92YR=6YT:6UE
M(”@R+C N,“D-“F]R9RYE8VQI<’-E+G!D92YS;W5R8V4@#(N,"XR0T*;W)G
M+F5C;&EP<V4N<&1E+G5I(”@R+C N,2D-“F]R9RYE8VQI<’-E+G!L871F;W)M
M(”@R+C N,BD-“F]R9RYE8VQI<’-E+G!L871F;W)M+F1O8RYI<W8@#(N,"XP
M
0T*;W)G+F5C;&EP<V4N<&QA=&9O<FTN9&]C+G5S97(@#(N,"XP0T*;W)G
M+F5C;&EP<V4N<&QA=&9O<FTN<V]U<F-E(”@R+C N,BD-“F]R9RYE8VQI<’-E
M+G!L871F;W)M+G=I;C,R(”@R+C N,BD-“F]R9RYE8VQI<’-E+G!L871F;W)M
M+G=I;C,R+G-O=7)C92 H,BXP+C(I#0IO<F<N96-L:7!S92YS9&LN=VEN,S(@
M*#(N,“XR0T;W)G+F5C;&EP<V4N<V5A<F-H(”@R+C N,2D-“F]R9RYE8VQI
M<’-E+G-W=” H,BXP+C(I#0H);W)G+F5C;&EP<V4N<W=T+G=I;C,R(”@R+C N
M,BD-“F]R9RYE8VQI<’-E+G1E86TN8V]R92 H,BXP+C$I#0IO<F<N96-L:7!S
M92YT96%M+F-V<RYC;W)E(”@R+C N,“D-“F]R9RYE8VQI<’-E+G1E86TN8W9S
M+G-S:” H,BXP+C I#0IO<F<N96-L:7!S92YT96%M+F-V<RYU:2 H,BXP+C$I
M#0IO<F<N96-L:7!S92YT96%M+G5I(”@R+C N,“D-“F]R9RYE8VQI<’-E+G1O
M;6-A=” H-“XP+C,I#0IO<F<N96-L:7!S92YU:2 H,BXP+C(I#0H);W)G+F5C
M;&EP<V4N=6DN=VEN,S(@#(N,"XP0T*;W)G+F5C;&EP<V4N=6DN97AT97)N
M86QT;V]L<R H,BXP+C$I#0IO<F<N96-L:7!S92YU<&1A=&4N8V]R92 H,BXP
M+C(I#0H);W)G+F5C;&EP<V4N=7!D871E+F-O<F4N=VEN,S(@#(N,"XP0T*
M;W)G+F5C;&EP<V4N=7!D871E+G5I(”@R+C N,BD-”@EO<F<N96-L:7!S92YU
M<&1A=&4N=6DN=VEN,S(@#(N,"XP0T*;W)G+F5C;&EP<V4N=7!D871E+G5I
M+F9O<FUS(”@R+C N,“D-“F]R9RYJ=6YI=” H,RXW+C I#0H-“BHJB!5<&1A
M=&4@36%N86=E<B!,;V<Z#0H-“D-O;F9I9W5R871I;VX]3F]V(#$P+” R,# S
M(#$Q.C(U.C4U($%-#0I#=7)R96YT(&-O;F9I9W5R871I;VX]=’)U90T
#0I$
M871E/4UO;B!.;W8@,3 @,3$Z,C4Z-38@15-4(#(P,#,-“E1A<F=E=#UF:6QE
M.D,Z+U%.6’-D:R]H;W-T+W=I;C,R+W@X-B]U<W(O<61E+V5C;&EP<V4O#0I!
M8W1I;VX]4VET92!I;G-T86QL960-“E-T871U<SU3=6-C97-S#0H-“D1A=&4]
M36]N($YO=B Q,” Q,3HR-3HU-B!%4U0@,C P,PT5&%R9V5T/69I;&4Z0SHO
M44Y8<V1K+W=O<FMS<&%C92\N;65T861A=&$O+F-O;F9I9R]P;&%T9F]R;2YC
M9F<N;65T861A=&$O3&]C86Q3:71E+GAM; T
06-T:6]N/5)E8V]N8VEL90T*
M4W1A='5S/5-U8V-E<W,-”@T**BHJ($5R<F]R($QO9SH-“B%%3E1262!O<F<N
M96-L:7!S92YD96)U9RYU:2 T(#$R,”!.;W8@,3,L(#(P,#,@,3 Z-#,Z-#4N
M-#8X#0HA34534T%'12!%<G)O<B!L;V=G960@9G)O;2!$96)U9R!523H@#0HA
M4U1!0TL@,0T*;W)G+F5C;&EP<V4N8V]R92YR=6YT:6UE+D-O<F5%>&-E<'1I
M;VXZ($-A;B=T(&9I;F0@=&%R9V5T(&9O<B!.97=?8V]N9FEG=7)A=&EO;B H
M,2D-”@EA=”!O<F<N96-L:7!S92YC9’0N;&%U;F-H+D%B<W1R86-T0TQA=6YC
M:$1E;&5G871E+F%B;W)T*$%B<W1R86-T0TQA=6YC:$1E;&5G871E+FIA=F$Z
M,3,T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL
M875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N
M8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HQ.#$I#0H)870@;W)G+F5C
M;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N
M+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R
M9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I
M;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O
M;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E
M+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT97AT5&AR
M96%D+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-“B%%3E1262!C;VTN<6YX
M+G1O;VQS+FED92YQ9&4N=6D@-” U,#(@3F]V(#$S+” R,# S(#$P.C0S.C0U
M+C0V. T*(4U%4U-!1T4@0V%N)W0@9FEN9”!T87)G970@9F]R($YE=U]C;VYF
M:6=U<F%T:6]N(”@Q0T(45.5%)9(&]R9RYE8VQI<’-E+F1E8G5G+G5I(#0@
M,3(P($YO=B Q,RP@,C P,R Q,#HT-#HU.“XQ-S$-“B%-15-304=%($5R<F]R
M(&QO9V=E9”!F<F]M($1E8G5G(%5).B -“B%35$%#2R Q#0IO<F<N96-L:7!S
M92YC;W)E+G)U;G1I;64N0V]R945X8V5P=&EO;ELU,#1=.B!C;VTN<6YX+G1O
M;VQS+G5T:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC
M:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@
M<V5T=&EN9R!W;W)K:6YG(&1I<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N
M=71I;’,N=&%R9V5T+E1A<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I
M<BA487)G971397)V:6-E3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N
M=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG
M=7)A=&EO;D1E;&5G871E+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I
M9W5R871I;VY$96QE9V%T92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS
M+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I
M;VY$96QE9V%T92YL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E
M+FIA=F$Z,C<T0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O
M<F4N3&%U;F-H0V]N9FEG=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A
M=&EO;BYJ879A.C$S-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA
M;“YU:2YL875N8VA#;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N
M1&EA;&]G)#$P+G)U;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z
M,C(Y.2D-”@EA=”!O<F<N96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#
M;VYT97AT)$UO9&%L0V]N=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA
M=F$Z.3@I#0HA14Y44ED@8V]M+G%N>“YT;V]L<RYI9&4N<61E+G5I(#0@-3 T
M($YO=B Q,RP@,C P,R Q,#HT-#HU.“XQ-S$-“B%-15-304=%($-A;B=T(&QA
M=6YC:”!F:6QE(&9O<B!,:71E-3(P,” Z(%1A<F=E=”!L875N8VAE<D ;&]C
M86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E='1I;F<@
M=V]R:VEN9R!D:7(@+W1M<”-“B%35$%#2R P#0IC;VTN<6YX+G1O;VQS+G5T
M:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL
M;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN
M9R!W;W)K:6YG(&1I<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N
M=&%R9V5T+E1A<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G
M971397)V:6-E3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N
M:61E+G%D92YI;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO
M;D1E;&5G871E+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I
M;VY$96QE9V%T92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ
M9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE
M9V%T92YL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z
M,C<T0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U
M;F-H0V]N9FEG=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ
M879A.C$S-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL
M875N8VA#;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G
M)#$P+G)U;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-
M”@EA=”!O<F<N96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT
M)$UO9&%L0V]N=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I
M#0HA14Y44ED@;W)G+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @3F]V(#$S+” R
M,# S(#$P.C0V.C(V+C0R,0T*(4U%4U-!1T4@17)R;W(@;&]G9V5D(&9R;VT@
M1&5B=6<@54DZ( T*(5-404-+(#$-“F]R9RYE8VQI<’-E+F-O<F4N<G5N=&EM
M92Y#;W)E17AC97!T:6]N6S4P-%TZ(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R
M9V5T+E%#;VYN17AC97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S
M=#HX,# P/CH@17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI
M;F<@9&ER(”]T;7 O#0H)870@8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N
M5&%R9V5T4V5R=FEC94QA=6YC:“YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I
M8V5,875N8V@N:F%V83HR,C(I#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E
M+FEN=&5R;F%L+G5I+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A
M=&4N<&5R9F]R;49I;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G
M871E+FIA=F$Z-3 T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E
M<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA
M=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)
M870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF
M:6=U<F%T:6]N+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V
M0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O
M;F9I9W5R871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N
M*$QA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R
M9RYE8VQI<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>‘0D36]D86Q#
M;VYT97AT5&AR96%D+G)U;BA-;V1A;$-O;G1E>‘0N:F%V83HY.“D-“B%%3E12
M62!C;VTN<6YX+G1O;VQS+FED92YQ9&4N=6D@-” U,#0@3F]V(#$S+” R,# S
M(#$P.C0V.C(V+C0R,0T*(4U%4U-!1T4@0V%N)W0@;&%U;F-H(&9I;&4@9F]R
M($QI=&4U,C P(#H@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ
M($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O
M=&UP+PT*(5-404-+(# -"F-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#
M;VYN17AC97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P
M/CH@17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER
M(”]T;7 O#0H)870@8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T
M4V5R=FEC94QA=6YC:“YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N
M8V@N:F%V83HR,C(I#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R
M;F%L+G5I+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R
M9F]R;49I;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA
M=F$Z-3 T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU
M:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,
M875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G
M+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T
M:6]N+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T
M(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R
M871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC
M:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI
M<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT97AT
M5&AR96%D+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-“B%%3E1262!O<F<N
M96-L:7!S92YD96)U9RYU:2 T(#$R,”!.;W8@,3,L(#(P,#,@,3$Z-#4Z,S0N
M.3,W#0HA34534T%'12!%<G)O<B!L;V=G960@9G)O;2!$96)U9R!523H@#0HA
M4U1!0TL@,0T*;W)G+F5C;&EP<V4N8V]R92YR=6YT:6UE+D-O<F5%>&-E<‘1I
M;VY;-3 T73H@8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N44-O;FY%>&-E
M<'1I;VXZ(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%<G)O
M<B!);G9A;&ED(&%R9W5M96YT(’-E='1I;F<@=V]R:VEN9R!D:7(@+W1M<”-
M”@EA=”!C;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y487)G971397)V:6-E
M3&%U;F-H+G-E=%=O<FMI;F=$:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ879A
M.C(R,BD-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN
M;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YP97)F;W)M1FEL
M94QA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU,#0I
M#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC
M:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC:$-O
M;F9I9W5R871I;VY$96QE9V%T92YJ879A.C(W-“D-”@EA=”!O<F<N96-L:7!S
M92YD96)U9RYI;G1E<FYA;“YC;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN;&%U
M;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)870@;W)G+F5C
M;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO;G,N
M3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N9FEG
M=7)A=&EO;D1I86QO9RYJ879A.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N:F9A
M8V4N;W!E<F%T:6]N+DUO9&%L0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E860N
M<G5N*$UO9&%L0V]N=&5X=“YJ879A.CDX0T(45.5%)9(&-O;2YQ;G@N=&]O
M;’,N:61E+G%D92YU:2 T(#4P-”!.;W8@,3,L(#(P,#,@,3$Z-#4Z,S0N.3,W
M#0HA34534T%'12!#86XG=”!L875N8V@@9FEL92!F;W(@3&ET934R,# @.B!4
M87)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@17)R;W(@26YV86QI
M9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]T;7 O#0HA4U1!0TL@
M, T8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N44-O;FY%>&-E<'1I;VXZ
M(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A
M;&ED(&%R9W5M96YT(’-E='1I;F<@=V]R:VEN9R!D:7(@+W1M<"-"@EA="!C
M;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y487)G971397)V:6-E3&%U;F-H
M+G-E=%=O<FMI;F=$:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ879A.C(R,BD-
M”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H
M+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YP97)F;W)M1FEL94QA=6YC
M:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU,#0I#0H)870@
M8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC:"Y,875N
M8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N;&%U;F-H
$QA=6YC:$-O;F9I9W5R
M871I;VY$96QE9V%T92YJ879A.C(W-“D-”@EA=”!O<F<N96-L:7!S92YD96)U
M9RYI;G1E<FYA;“YC;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN;&%U;F-H*$QA
M=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)870@;W)G+F5C;&EP<V4N
M9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO;G,N3&%U;F-H
M0V]N9FEG=7)A=&EO;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N9FEG=7)A=&EO
M;D1I86QO9RYJ879A.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N;W!E
M<F%T:6]N+DUO9&%L0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E860N<G5N*$UO
M9&%L0V]N=&5X=“YJ879A.CDX0T(45.5%)9(&]R9RYE8VQI<’-E+F1E8G5G
M+G5I(#0@,3(P($YO=B Q,RP@,C P,R Q,SHT-3HU,RXV,@T*(4U%4U-!1T4@
M17)R;W(@;&]G9V5D(&9R;VT@1&5B=6<@54DZ( T*(5-404-+(#$-“F]R9RYE
M8VQI<’-E+F-O<F4N<G5N=&EM92Y#;W)E17AC97!T:6]N.B!.;R!T86(@9W)O
M=7 @9&5F:6YE9”!F;W(@;&%U;F-H(&-O;F9I9W5R871I;VX@=‘EP92!C;VTN
M<6YX+G1O;VQS+FED92YQ9&4N=&%R9V5T07!P3&%U;F-H#0H)870@;W)G+F5C
M;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO;G,N
M3&%U;F-H0V]N9FEG=7)A=&EO;E!R97-E;G1A=&EO;DUA;F%G97(N9V5T5&%B
M1W)O=7 H3&%U;F-H0V]N9FEG=7)A=&EO;E!R97-E;G1A=&EO;DUA;F%G97(N
M:F%V83HQ,#4I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN
M;&%U;F-H0V]N9FEG=7)A=&EO;G,N3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO
M9R0S+G)U;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z-S8Q0T
M"6%T(&]R9RYE8VQI<’-E+G-W=“YC=7-T;VTN0G5S>4EN9&EC871O<BYS:&]W
M5VAI;&4H0G5S>4EN9&EC871O<BYJ879A.C8V0T"6%T(&]R9RYE8VQI<’-E
M+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC
M:$-O;F9I9W5R871I;VY$:6%L;V<N8W)E871E1W)O=7 H3&%U;F-H0V]N9FEG
M=7)A=&EO;D1I86QO9RYJ879A.C<W-BD-”@EA=”!O<F<N96-L:7!S92YD96)U
M9RYI;G1E<FYA;“YU:2YL875N8VA#;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF
M:6=U<F%T:6]N1&EA;&]G+F1O3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$
M:6%L;V<N:F%V83HR,C<X0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R
M;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC:$-O;F9I9W5R871I
M;VY$:6%L;V<N9&],87-T3&%U;F-H961#;VYF:6<H3&%U;F-H0V]N9FEG=7)A
M=&EO;D1I86QO9RYJ879A.C4Y.2D-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI
M;G1E<FYA;“YU:2YL875N8VA#;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U
M<F%T:6]N1&EA;&]G+F]P96XH3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9RYJ
M879A.C4W-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YA
M8W1I;VYS+D5X96-U=&EO;D%C=&EO;BYO<&5N3&%U;F-H0V]N9FEG=7)A=&EO
M;D1I86QO9RA%>&5C=71I;VY!8W1I;VXN:F%V83HS.2D-”@EA=”!O<F<N96-L
M:7!S92YD96)U9RYI;G1E<FYA;“YU:2YA8W1I;VYS+D5X96-U=&EO;D%C=&EO
M;BYR=6Y7:71H179E;G0H17AE8W5T:6]N06-T:6]N+FIA=F$Z,C4I#0H)870@
M;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN86-T:6]N<RY,875N8VA$
M<F]P1&]W;D%C=&EO;BYR=6Y7:71H179E;G0H3&%U;F-H1’)O<$1O=VY!8W1I
M;VXN:F%V83HR,S(I#0H)870@;W)G+F5C;&EP<V4N=6DN:6YT97)N86PN4&QU
M9VEN06-T:6]N+G)U;E=I=&A%=F5N=“A0;'5G:6Y!8W1I;VXN:F%V83HR,#<I
M#0H)870@;W)G+F5C;&EP<V4N=6DN:6YT97)N86PN5U=I;E!L=6=I;D%C=&EO
M;BYR=6Y7:71H179E;G0H5U=I;E!L=6=I;D%C=&EO;BYJ879A.C$X,“D-”@EA
M=”!O<F<N96-L:7!S92YJ9F%C92YA8W1I;VXN06-T:6]N0V]N=’)I8G5T:6]N
M271E;2YH86YD;&57:61G971396QE8W1I;VXH06-T:6]N0V]N=’)I8G5T:6]N
M271E;2YJ879A.C0P-RD-”@EA=”!O<F<N96-L:7!S92YJ9F%C92YA8W1I;VXN
M06-T:6]N0V]N=’)I8G5T:6]N271E;2YH86YD;&57:61G971%=F5N=“A!8W1I
M;VY#;VYT<FEB=71I;VY)=&5M+FIA=F$Z,S8Q0T"6%T(&]R9RYE8VQI<’-E
M+FIF86-E+F%C=&EO;BY!8W1I;VY#;VYT<FEB=71I;VY)=&5M+F%C8V5S<R0P
M*$%C=&EO;D-O;G1R:6)U=&EO;DET96TN:F%V83HS-3(I#0H)870@;W)G+F5C
M;&EP<V4N:F9A8V4N86-T:6]N+D%C=&EO;D-O;G1R:6)U=&EO;DET96TD06-T
M:6]N3&ES=&5N97(N:&%N9&QE179E;G0H06-T:6]N0V]N=’)I8G5T:6]N271E
M;2YJ879A.C0W0T"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S+D5V96YT
M5&%B;&4N<V5N9$5V96YT*$5V96YT5&%B;&4N:F%V83HW-RD-”@EA=”!O<F<N
M96-L:7!S92YS=W0N=VED9V5T<RY7:61G970N<V5N9$5V96YT*%=I9&=E=“YJ
M879A.C@R-RD-”@EA=”!O<F<N96-L:7!S92YS=W0N=VED9V5T<RY$:7-P;&%Y
M+G)U;D1E9F5R<F5D179E;G1S*$1I<W!L87DN:F%V83HQ-3(Y0T"6%T(&]R
M9RYE8VQI<’-E+G-W=“YW:61G971S+D1I<W!L87DN<F5A9$%N9$1I<W!A=&-H
M*$1I<W!L87DN:F%V83HQ,CDQ0T"6%T(&]R9RYE8VQI<’-E+G5I+FEN=&5R
M;F%L+E=O<FMB96YC:“YR=6Y%=F5N=$QO;W H5V]R:V)E;F-H+FIA=F$Z,3,T
M,RD-”@EA=”!O<F<N96-L:7!S92YU:2YI;G1E<FYA;“Y7;W)K8F5N8V@N<G5N
M*%=O<FMB96YC:“YJ879A.C$S,C8I#0H)870@;W)G+F5C;&EP<V4N8V]R92YI
M;G1E<FYA;“YB;V]T+DEN=&5R;F%L0F]O=$QO861E<BYR=6XH26YT97)N86Q”
M;V]T3&]A9&5R+FIA=F$Z.#,Q0T"6%T(&]R9RYE8VQI<’-E+F-O<F4N8F]O
M=“Y”;V]T3&]A9&5R+G)U;BA”;V]T3&]A9&5R+FIA=F$Z-#8R0T"6%T(&IA
M=F$N;&%N9RYR969L96-T+DUE=&AO9"YI;G9O:V4H3F%T:79E($UE=&AO9"D-
M”@EA=”!O<F<N96-L:7!S92YC;W)E+FQA=6YC:&5R+DUA:6XN8F%S:6-2=6XH
M36%I;BYJ879A.C(T-RD-”@EA=”!O<F<N96-L:7!S92YC;W)E+FQA=6YC:&5R
M+DUA:6XN<G5N*$UA:6XN:F%V83HW,#,I#0H)870@;W)G+F5C;&EP<V4N8V]R
M92YL875N8VAE<BY-86EN+FUA:6XH36%I;BYJ879A.C4S.2D-“B%%3E1262!O
M<F<N96-L:7!S92YD96)U9RYU:2 T(#$R,”!.;W8@,3,L(#(P,#,@,3,Z-#4Z
M-3,N-C(-“B%-15-304=%($YO('1A8B!G<F]U<”!D969I;F5D(&9O<B!L875N
M8V@@8V]N9FEG=7)A=&EO;B!T>7!E(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YT
M87)G971!<’!,875N8V@-“B%%3E1262!O<F<N96-L:7!S92YD96)U9RYU:2 T
M(#$R,”!.;W8@,3,L(#(P,#,@,3,Z-#8Z,# N.#4Y#0HA34534T%'12!%<G)O
M<B!L;V=G960@9G)O;2!$96)U9R!523H@#0HA4U1!0TL@,0T*;W)G+F5C;&EP
M<V4N8V]R92YR=6YT:6UE+D-O<F5%>&-E<‘1I;VY;-3 T73H@8V]M+G%N>“YT
M;V]L<RYU=&EL<RYT87)G970N44-O;FY%>&-E<'1I;VXZ(%1A<F=E=”!L875N
M8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT
M(’-E='1I;F<@=V]R:VEN9R!D:7(@+W1M<”-”@EA=”!C;VTN<6YX+G1O;VQS
M+G5T:6QS+G1A<F=E=“Y487)G971397)V:6-E3&%U;F-H+G-E=%=O<FMI;F=$
M:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ879A.C(R,BD-”@EA=”!C;VTN<6YX
M+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I
M9W5R871I;VY$96QE9V%T92YP97)F;W)M1FEL94QA=6YC:“A,875N8VA#;VYF
M:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU,#0I#0H)870@8V]M+G%N>“YT;V]L
M<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T
M:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T
M92YJ879A.C(W-“D-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YC
M;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN;&%U;F-H*$QA=6YC:$-O;F9I9W5R
M871I;VXN:F%V83HQ,S8I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N
M86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO;G,N3&%U;F-H0V]N9FEG=7)A=&EO
M;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9RYJ879A
M.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N;W!E<F%T:6]N+DUO9&%L
M0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E860N<G5N*$UO9&%L0V]N=&5X=“YJ
M879A.CDX0T(45.5%)9(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YU:2 T(#4P
M-”!.;W8@,3,L(#(P,#,@,3,Z-#8Z,# N.#4Y#0HA34534T%'12!#86XG=”!L
M875N8V@@9FEL92!F;W(@3&ET934R,# @.B!487)G970@;&%U;F-H97) /&QO
M8V%L:&]S=#HX,# P/CH@17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG
M(’=O<FMI;F<@9&ER(”]T;7 O#0HA4U1!0TL@, T8V]M+G%N>“YT;V]L<RYU
M=&EL<RYT87)G970N44-O;FY%>&-E<'1I;VXZ(%1A<F=E=”!L875N8VAE<D
M;&]C86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E='1I
M;F<@=V]R:VEN9R!D:7(@+W1M<"-"@EA="!C;VTN<6YX+G1O;VQS+G5T:6QS
M+G1A<F=E=“Y487)G971397)V:6-E3&%U;F-H+G-E=%=O<FMI;F=$:7(H5&%R
M9V5T4V5R=FEC94QA=6YC:“YJ879A.C(R,BD-”@EA=”!C;VTN<6YX+G1O;VQS
M+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I
M;VY$96QE9V%T92YP97)F;W)M1FEL94QA=6YC:"A,875N8VA#;VYF:6=U<F%T
M:6]N1&5L96=A=&4N:F%V83HU,#0I#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N
M<61E+FEN=&5R;F%L+G5I+FQA=6YC:"Y,875N8VA#;VYF:6=U<F%T:6]N1&5L
M96=A=&4N;&%U;F-H
$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YJ879A
M.C(W-“D-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YC;W)E+DQA
M=6YC:$-O;F9I9W5R871I;VXN;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN
M:F%V83HQ,S8I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN
M;&%U;F-H0V]N9FEG=7)A=&EO;G,N3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO
M9R0Q,“YR=6XH3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9RYJ879A.C(R.3DI
M#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N;W!E<F%T:6]N+DUO9&%L0V]N=&5X
M=“1-;V1A;$-O;G1E>‘14:’)E860N<G5N*$UO9&%L0V]N=&5X=“YJ879A.CDX
M0T(45.5%)9(&]R9RYE8VQI<’-E+F1E8G5G+G5I(#0@,3(P($YO=B Q,RP@
M,C P,R Q,SHT.3HU.2XS-S4-“B%-15-304=%($5R<F]R(&QO9V=E9”!F<F]M
M($1E8G5G(%5).B -“B%35$%#2R Q#0IO<F<N96-L:7!S92YC;W)E+G)U;G1I
M;64N0V]R945X8V5P=&EO;ELU,#1=.B!C;VTN<6YX+G1O;VQS+G5T:6QS+G1A
M<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO
M<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K
M:6YG(&1I<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T
M+E1A<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G971397)V
M:6-E3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D
M92YI;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G
M871E+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE
M9V%T92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT
M97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL
M875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,C<T0T
M"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N
M9FEG=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S
M-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#
M;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U
M;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O
M<F<N96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L
M0V]N=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA14Y4
M4ED@8V]M+G%N>“YT;V]L<RYI9&4N<61E+G5I(#0@-3 T($YO=B Q,RP@,C P
M,R Q,SHT.3HU.2XS-S4-“B%-15-304=%($-A;B=T(&QA=6YC:”!F:6QE(&9O
M<B!,:71E-3(P,” Z(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^
M.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E='1I;F<@=V]R:VEN9R!D:7(@
M+W1M<”-“B%35$%#2R P#0IC;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y1
M0V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P
M,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I
M<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E1A<F=E
M=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G971397)V:6-E3&%U
M;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E
M<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+G!E
M<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YJ
M879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN
M=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL875N8V@H
M3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,C<T0T"6%T(&]R
M9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N9FEG=7)A
M=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S-BD-”@EA
M=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#;VYF:6=U
M<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U;BA,875N
M8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O<F<N96-L
M:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L0V]N=&5X
M=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA14Y44ED@;W)G
M+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @3F]V(#$S+” R,# S(#$S.C4U.C0Y
M+C0S-PT*(4U%4U-!1T4@17)R;W(@;&]G9V5D(&9R;VT@1&5B=6<@54DZ( T*
M(5-404-+(#$-“F]R9RYE8VQI<’-E+F-O<F4N<G5N=&EM92Y#;W)E17AC97!T
M:6]N6S4P-%TZ(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#;VYN17AC
M97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@17)R
M;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]T;7 O
M#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T4V5R=FEC
M94QA=6YC:"YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N8V@N:F%V
M83HR,C(I#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I
M+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R9F]R;49I
M;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z-3 T
M0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL875N
M8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N8VA#
M;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G+F5C;&EP
M<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N+FQA
M=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R9RYE
M8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS
M+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O;F9I
M9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E+FIF
M86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>‘0D36]D86Q#;VYT97AT5&AR96%D
M+G)U;BA-;V1A;$-O;G1E>‘0N:F%V83HY.“D-“B%%3E1262!C;VTN<6YX+G1O
M;VQS+FED92YQ9&4N=6D@-” U,#0@3F]V(#$S+” R,# S(#$S.C4U.C0Y+C0S
M-PT*(4U%4U-!1T4@0V%N)W0@;&%U;F-H(&9I;&4@9F]R($QI=&4U,C P(#H@
M5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L
M:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O=&UP+PT*(5-404-+
M(# -"F-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#;VYN17AC97!T:6]N
M.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@17)R;W(@26YV
M86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]T;7 O#0H)870@
M8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T4V5R=FEC94QA=6YC
M:“YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N8V@N:F%V83HR,C(I
M#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC
M:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R9F]R;49I;&5,875N
M8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z-3 T0T"6%T
M(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL875N8V@N3&%U
M;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N8VA#;VYF:6=U
M<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G+F5C;&EP<V4N9&5B
M=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N+FQA=6YC:“A,
M875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R9RYE8VQI<’-E
M+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC
M:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O;F9I9W5R871I
M;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E+FIF86-E+F]P
M97)A=&EO;BY-;V1A;$-O;G1E>‘0D36]D86Q#;VYT97AT5&AR96%D+G)U;BA-
M;V1A;$-O;G1E>‘0N:F%V83HY."D-“B%%3E1262!O<F<N96-L:7!S92YD96)U
M9RYU:2 T(#$R,”!.;W8@,3,L(#(P,#,@,3,Z-38Z,#8N-S S#0HA34534T%’
M12!%<G)O<B!L;V=G960@9G)O;2!$96)U9R!523H@#0HA4U1!0TL@,0T*;W)G
M+F5C;&EP<V4N8V]R92YR=6YT:6UE+D-O<F5%>&-E<‘1I;VY;-3 T73H@8V]M
M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N44-O;FY%>&-E<'1I;VXZ(%1A<F=E
M=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R
M9W5M96YT(’-E=‘1I;F<@=V]R:VEN9R!D:7(@+W=O<FMI;F<O:’<O#0H)870@
M8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T4V5R=FEC94QA=6YC
M:"YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N8V@N:F%V83HR,C(I
M#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC
M:"Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R9F]R;49I;&5,875N
M8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z-3 T0T"6%T
M(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL875N8V@N3&%U
M;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N8VA#;VYF:6=U
M<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G+F5C;&EP<V4N9&5B
M=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N+FQA=6YC:“A,
M875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R9RYE8VQI<’-E
M+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC
M:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O;F9I9W5R871I
M;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E+FIF86-E+F]P
M97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT97AT5&AR96%D+G)U;BA-
M;V1A;$-O;G1E>‘0N:F%V83HY.“D-“B%%3E1262!C;VTN<6YX+G1O;VQS+FED
M92YQ9&4N=6D@-” U,#0@3F]V(#$S+” R,# S(#$S.C4V.C V+C<P,PT*(4U%
M4U-!1T4@0V%N)W0@;&%U;F-H(&9I;&4@9F]R($QI=&4U,C P(#H@5&%R9V5T
M(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G
M=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O=V]R:VEN9R]H=R-“B%35$%#
M2R P#0IC;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO
M;CH@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN
M=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O=V]R:VEN9R]H
M=R-”@EA=”!C;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y487)G971397)V
M:6-E3&%U;F-H+G-E=%=O<FMI;F=$:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ
M879A.C(R,BD-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN
M=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YP97)F;W)M
M1FEL94QA=6YC:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU
M,#0I#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA
M=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC
M:$-O;F9I9W5R871I;VY$96QE9V%T92YJ879A.C(W-“D-”@EA=”!O<F<N96-L
M:7!S92YD96)U9RYI;G1E<FYA;"YC;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN
M;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)870@;W)G
M+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO
M;G,N3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9R0Q,"YR=6XH3&%U;F-H0V]N
M9FEG=7)A=&EO;D1I86QO9RYJ879A.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N
M:F9A8V4N;W!E<F%T:6]N+DUO9&%L0V]N=&5X="1-;V1A;$-O;G1E>‘14:’)E
M860N<G5N*$UO9&%L0V]N=&5X="YJ879A.CDX0T(45.5%)9(&]R9RYE8VQI
M<’-E+F1E8G5G+G5I(#0@,3(P($YO=B Q,RP@,C P,R Q-#HQ,3HR-RXY,C$-
M"B%-15-304=%($5R<F]R(&QO9V=E9”!F<F]M($1E8G5G(%5).B -“B%35$%#
M2R Q#0IO<F<N96-L:7!S92YC;W)E+G)U;G1I;64N0V]R945X8V5P=&EO;ELU
M,#1=.B!C;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO
M;CH@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN
M=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O=V]R:VEN9R]H
M=R-”@EA=”!C;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y487)G971397)V
M:6-E3&%U;F-H+G-E=%=O<FMI;F=$:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ
M879A.C(R,BD-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN
M=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YP97)F;W)M
M1FEL94QA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU
M,#0I#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA
M=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC
M:$-O;F9I9W5R871I;VY$96QE9V%T92YJ879A.C(W-“D-”@EA=”!O<F<N96-L
M:7!S92YD96)U9RYI;G1E<FYA;“YC;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN
M;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)870@;W)G
M+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO
M;G,N3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N
M9FEG=7)A=&EO;D1I86QO9RYJ879A.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N
M:F9A8V4N;W!E<F%T:6]N+DUO9&%L0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E
M860N<G5N*$UO9&%L0V]N=&5X=“YJ879A.CDX0T(45.5%)9(&-O;2YQ;G@N
M=&]O;’,N:61E+G%D92YU:2 T(#4P-”!.;W8@,3,L(#(P,#,@,30Z,3$Z,C<N
M.3(Q#0HA34534T%'12!#86XG=”!L875N8V@@9FEL92!F;W(@3&ET934R,# @
M.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@17)R;W(@26YV
M86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]W;W)K:6YG+VAW
M+PT*(5-404-+(# -“F-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#;VYN
M17AC97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@
M17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]W
M;W)K:6YG+VAW+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E1A
M<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G971397)V:6-E
M3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI
M;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E
M+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T
M92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N
M86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL875N
M8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,C<T0T"6%T
M(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N9FEG
M=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S-BD-
M”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#;VYF
M:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U;BA,
M875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O<F<N
M96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L0V]N
M=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA14Y44ED@
M;W)G+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @3F]V(#$S+” R,# S(#$T.C$R
M.C U+C0V. T*(4U%4U-!1T4@17)R;W(@;&]G9V5D(&9R;VT@1&5B=6<@54DZ
M( T*(5-404-+(#$-“F]R9RYE8VQI<’-E+F-O<F4N<G5N=&EM92Y#;W)E17AC
M97!T:6]N6S4P-%TZ(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#;VYN
M17AC97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@
M17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]W
M;W)K:6YG+VAW+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E1A
M<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G971397)V:6-E
M3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI
M;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E
M+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T
M92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N
M86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL875N
M8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,C<T0T"6%T
M(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N9FEG
M=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S-BD-
M”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#;VYF
M:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U;BA,
M875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O<F<N
M96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L0V]N
M=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA14Y44ED@
M8V]M+G%N>“YT;V]L<RYI9&4N<61E+G5I(#0@-3 T($YO=B Q,RP@,C P,R Q
M-#HQ,CHP-2XT-C@-“B%-15-304=%($-A;B=T(&QA=6YC:”!F:6QE(&9O<B!,
M:71E-3(P,” Z(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%
M<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E=‘1I;F<@=V]R:VEN9R!D:7(@+W=O
M<FMI;F<O:’<O#0HA4U1!0TL@, T8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G
M970N44-O;FY%>&-E<'1I;VXZ(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T
M.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E=‘1I;F<@=V]R:VEN
M9R!D:7(@+W=O<FMI;F<O:’<O#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT
M87)G970N5&%R9V5T4V5R=FEC94QA=6YC:"YS9717;W)K:6YG1&ER
%1A<F=E
M=%-E<G9I8V5,875N8V@N:F%V83HR,C(I#0H)870@8V]M+G%N>"YT;V]L<RYI
M9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC:"Y,875N8VA#;VYF:6=U<F%T:6]N
M1&5L96=A=&4N<&5R9F]R;49I;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO
M;D1E;&5G871E+FIA=F$Z-3 T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D
M92YI;G1E<FYA;"YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G
M871E+FQA=6YC:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR
M-S0I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N
M8VA#;VYF:6=U<F%T:6]N+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA
M=F$Z,3,V0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA
M=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D
M,3 N<G5N*$QA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T
M"6%T(&]R9RYE8VQI<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>‘0D
M36]D86Q#;VYT97AT5&AR96%D+G)U;BA-;V1A;$-O;G1E>‘0N:F%V83HY.“D-
M"B%%3E1262!O<F<N96-L:7!S92YD96)U9RYU:2 T(#$R,”!.;W8@,3,L(#(P
M,#,@,30Z,3,Z,SDN-#,W#0HA34534T%‘12!%<G)O<B!L;V=G960@9G)O;2!$
M96)U9R!523H@#0HA4U1!0TL@,0T*;W)G+F5C;&EP<V4N8V]R92YR=6YT:6UE
M+D-O<F5%>&-E<‘1I;VY;-3 T73H@8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G
M970N44-O;FY%>&-E<'1I;VXZ(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T
M.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E=‘1I;F<@=V]R:VEN
M9R!D:7(@+W=O<FMI;F<O:’<O#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT
M87)G970N5&%R9V5T4V5R=FEC94QA=6YC:"YS9717;W)K:6YG1&ER*%1A<F=E
M=%-E<G9I8V5,875N8V@N:F%V83HR,C(I#0H)870@8V]M+G%N>"YT;V]L<RYI
M9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC:"Y,875N8VA#;VYF:6=U<F%T:6]N
M1&5L96=A=&4N<&5R9F]R;49I;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO
M;D1E;&5G871E+FIA=F$Z-3 T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D
M92YI;G1E<FYA;"YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G
M871E+FQA=6YC:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR
M-S0I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N
M8VA#;VYF:6=U<F%T:6]N+FQA=6YC:"A,875N8VA#;VYF:6=U<F%T:6]N+FIA
M=F$Z,3,V0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA
M=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D
M,3 N<G5N*$QA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T
M"6%T(&]R9RYE8VQI<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D
M36]D86Q#;VYT97AT5&AR96%D+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-
M"B%%3E1262!C;VTN<6YX+G1O;VQS+FED92YQ9&4N=6D@-” U,#0@3F]V(#$S
M+” R,# S(#$T.C$S.C,Y+C0S-PT*(4U%4U-!1T4@0V%N)W0@;&%U;F-H(&9I
M;&4@9F]R($QI=&4U,C P(#H@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z
M.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG
M(&1I<B O=V]R:VEN9R]H=R-“B%35$%#2R P#0IC;VTN<6YX+G1O;VQS+G5T
M:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL
M;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN
M9R!W;W)K:6YG(&1I<B O=V]R:VEN9R]H=R-”@EA=”!C;VTN<6YX+G1O;VQS
M+G5T:6QS+G1A<F=E=“Y487)G971397)V:6-E3&%U;F-H+G-E=%=O<FMI;F=$
M:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ879A.C(R,BD-”@EA=”!C;VTN<6YX
M+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I
M9W5R871I;VY$96QE9V%T92YP97)F;W)M1FEL94QA=6YC:"A,875N8VA#;VYF
M:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU,#0I#0H)870@8V]M+G%N>"YT;V]L
M<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T
M:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T
M92YJ879A.C(W-“D-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YC
M;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN;&%U;F-H*$QA=6YC:$-O;F9I9W5R
M871I;VXN:F%V83HQ,S8I#0H)870@;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N
M86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO;G,N3&%U;F-H0V]N9FEG=7)A=&EO
M;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9RYJ879A
M.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N;W!E<F%T:6]N+DUO9&%L
M0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E860N<G5N*$UO9&%L0V]N=&5X=“YJ
M879A.CDX0T(45.5%)9(&]R9RYE8VQI<’-E+F1E8G5G+G5I(#0@,3(P($YO
M=B Q,RP@,C P,R Q-#HQ,SHT.“XW.38-“B%-15-304=%($5R<F]R(&QO9V=E
M9”!F<F]M($1E8G5G(%5).B -“B%35$%#2R Q#0IO<F<N96-L:7!S92YC;W)E
M+G)U;G1I;64N0V]R945X8V5P=&EO;ELU,#1=.B!C;VTN<6YX+G1O;VQS+G5T
M:6QS+G1A<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL
M;V-A;&AO<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN
M9R!W;W)K:6YG(&1I<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N
M=&%R9V5T+E1A<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G
M971397)V:6-E3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N
M:61E+G%D92YI;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO
M;D1E;&5G871E+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I
M;VY$96QE9V%T92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ
M9&4N:6YT97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE
M9V%T92YL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z
M,C<T0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U
M;F-H0V]N9FEG=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ
M879A.C$S-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL
M875N8VA#;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G
M)#$P+G)U;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-
M”@EA=”!O<F<N96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT
M)$UO9&%L0V]N=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I
M#0HA14Y44ED@8V]M+G%N>“YT;V]L<RYI9&4N<61E+G5I(#0@-3 T($YO=B Q
M,RP@,C P,R Q-#HQ,SHT.“XW.38-“B%-15-304=%($-A;B=T(&QA=6YC:”!F
M:6QE(&9O<B!,:71E-3(P,” Z(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T
M.C@P,# ^.B!%<G)O<B!);G9A;&ED(&%R9W5M96YT(’-E='1I;F<@=V]R:VEN
M9R!D:7(@+W1M<”-“B%35$%#2R P#0IC;VTN<6YX+G1O;VQS+G5T:6QS+G1A
M<F=E=“Y10V]N;D5X8V5P=&EO;CH@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO
M<W0Z.# P,#XZ($5R<F]R($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K
M:6YG(&1I<B O=&UP+PT*“6%T(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T
M+E1A<F=E=%-E<G9I8V5,875N8V@N<V5T5V]R:VEN9T1I<BA487)G971397)V
M:6-E3&%U;F-H+FIA=F$Z,C(R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D
M92YI;G1E<FYA;“YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G
M871E+G!E<F9O<FU&:6QE3&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VY$96QE
M9V%T92YJ879A.C4P-“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT
M97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL
M875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,C<T0T
M"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N
M9FEG=7)A=&EO;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S
M-BD-”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#
M;VYF:6=U<F%T:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U
M;BA,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O
M<F<N96-L:7!S92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L
M0V]N=&5X=%1H<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA14Y4
M4ED@;W)G+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @3F]V(#$S+” R,# S(#$T
M.C$S.C4S+C<U, T*(4U%4U-!1T4@17)R;W(@;&]G9V5D(&9R;VT@1&5B=6<@
M54DZ( T*(5-404-+(#$-“F]R9RYE8VQI<’-E+F-O<F4N<G5N=&EM92Y#;W)E
M17AC97!T:6]N6S4P-%TZ(&-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#
M;VYN17AC97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P
M/CH@17)R;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER
M(”]T;7 O#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T
M4V5R=FEC94QA=6YC:"YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N
M8V@N:F%V83HR,C(I#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R
M;F%L+G5I+FQA=6YC:"Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R
M9F]R;49I;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA
M=F$Z-3 T0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU
M:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,
M875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G
M+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T
M:6]N+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T
M(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R
M871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC
M:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI
M<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>‘0D36]D86Q#;VYT97AT
M5&AR96%D+G)U;BA-;V1A;$-O;G1E>‘0N:F%V83HY.“D-“B%%3E1262!C;VTN
M<6YX+G1O;VQS+FED92YQ9&4N=6D@-” U,#0@3F]V(#$S+” R,# S(#$T.C$S
M.C4S+C<U, T*(4U%4U-!1T4@0V%N)W0@;&%U;F-H(&9I;&4@9F]R($QI=&4U
M,C P(#H@5&%R9V5T(&QA=6YC:&5R0#QL;V-A;&AO<W0Z.# P,#XZ($5R<F]R
M($EN=F%L:60@87)G=6UE;G0@<V5T=&EN9R!W;W)K:6YG(&1I<B O=&UP+PT*
M(5-404-+(# -"F-O;2YQ;G@N=&]O;’,N=71I;’,N=&%R9V5T+E%#;VYN17AC
M97!T:6]N.B!487)G970@;&%U;F-H97) /&QO8V%L:&]S=#HX,# P/CH@17)R
M;W(@26YV86QI9”!A<F=U;65N=”!S971T:6YG(’=O<FMI;F<@9&ER(”]T;7 O
M#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G970N5&%R9V5T4V5R=FEC
M94QA=6YC:"YS9717;W)K:6YG1&ER*%1A<F=E=%-E<G9I8V5,875N8V@N:F%V
M83HR,C(I#0H)870@8V]M+G%N>"YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I
M+FQA=6YC:"Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<&5R9F]R;49I
M;&5,875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z-3 T
M0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;"YU:2YL875N
M8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N8VA#
M;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HR-S0I#0H)870@;W)G+F5C;&EP
M<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N+FQA
M=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R9RYE
M8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS
M+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O;F9I
M9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E+FIF
M86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT97AT5&AR96%D
M+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-“B%%3E1262!O<F<N96-L:7!S
M92YD96)U9RYU:2 T(#$R,”!.;W8@,3,L(#(P,#,@,30Z,3<Z-#DN-#(Q#0HA
M34534T%'12!%<G)O<B!L;V=G960@9G)O;2!$96)U9R!523H@#0HA4U1!0TL@
M,0T*;W)G+F5C;&EP<V4N8V]R92YR=6YT:6UE+D-O<F5%>&-E<‘1I;VY;-3 T
M73H@8V]M+G%N>“YT;V]L<RYU=&EL<RYT87)G970N44-O;FY%>&-E<'1I;VXZ
M(%1A<F=E=”!L875N8VAE<D ;&]C86QH;W-T.C@P,# ^.B!%<G)O<B!);G9A
M;&ED(&%R9W5M96YT(’-E='1I;F<@=V]R:VEN9R!D:7(@+W1M<”-”@EA=”!C
M;VTN<6YX+G1O;VQS+G5T:6QS+G1A<F=E=“Y487)G971397)V:6-E3&%U;F-H
M+G-E=%=O<FMI;F=$:7(H5&%R9V5T4V5R=FEC94QA=6YC:“YJ879A.C(R,BD-
M”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN;&%U;F-H
M+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YP97)F;W)M1FEL94QA=6YC
M:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HU

Hello Bryce,

It is located in $QNX_TARGET/ppcbe/usr/sbin/ directory.

Best Regards,

Marcin

“Bryce” <bryce@think//epc.com> wrote in message
news:bp2o8t$out$1@inn.qnx.com

The qcon info is:

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn

QNX Momentics IDE Ver. 2.0 Build 200306021152.

How can I tell what version the target is running?

I see someone else had the exact problem at the end of a previous thread
titled: Debugging problems in 6.2.1a, from August.
It appears that they problem was with qconn also.

Where do I get the correct version of qconn that you speak of?




“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp1225$is$> 1@nntp.qnx.com> …
Definitely you are using wrong version of qconn. For the target please
ask ls -l /usr/sbin/qconn. What is the build date? Compare it with what
you have for the host.


Bryce wrote:

I am using the version of qconn on the embedded device, that was put
there
when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet,
but I
cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir
/tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00
MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <> marcind@qnx.com> > wrote in message
news:bp0t96$pbn$> 1@nntp.qnx.com> …

Hello Bryce,

What host and QNX version are you using? Make sure qconn version
matches
the
os version.

Regards,

Marcin


“Bryce” <bryce@think//epc.com> wrote in message

news:bp0len$a7q$> 1@inn.qnx.com> …

Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no
difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target

launcher@localhost:8000:

Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch

Configurations,

Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …


Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target

board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.






\

Ok,
My problem is now solved. /usr/sbin resides on my desktop. I copied the
qconn file from C:\QNXsdk\target\qnx6\ppcbe\usr\sbin
to my target and executed that version. Now things are working much better.

What other files need to be updated?



“Bryce” <bryce@think//epc.com> wrote in message
news:bp2o8t$out$1@inn.qnx.com

The qcon info is:

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn

QNX Momentics IDE Ver. 2.0 Build 200306021152.

How can I tell what version the target is running?

I see someone else had the exact problem at the end of a previous thread
titled: Debugging problems in 6.2.1a, from August.
It appears that they problem was with qconn also.

Where do I get the correct version of qconn that you speak of?




“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp1225$is$> 1@nntp.qnx.com> …
Definitely you are using wrong version of qconn. For the target please
ask ls -l /usr/sbin/qconn. What is the build date? Compare it with what
you have for the host.


Bryce wrote:

I am using the version of qconn on the embedded device, that was put
there
when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet,
but I
cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir
/tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00
MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <> marcind@qnx.com> > wrote in message
news:bp0t96$pbn$> 1@nntp.qnx.com> …

Hello Bryce,

What host and QNX version are you using? Make sure qconn version
matches
the
os version.

Regards,

Marcin


“Bryce” <bryce@think//epc.com> wrote in message

news:bp0len$a7q$> 1@inn.qnx.com> …

Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no
difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <> achapiro@qnx.com> > wrote in message
news:bp0k9r$go7$> 1@nntp.qnx.com> …

Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:

It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target

launcher@localhost:8000:

Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch

Configurations,

Arguments tab

Any thoughts?

Bryce


“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:boub96$4dd$> 1@nntp.qnx.com> …


Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target

board.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.






\

Yes, this message comes if you mix two different versions: old qconn on
the target and new IDE on the host. I attach to this mail qconn from
6.1.2B installation. I tested its x86 build, but I think it should be OK
for ppcbe as well (at least they have one and the same build date).
Don’t forget to chmod this file before running it on the target. To try
it you don’t need to rebuild your image. You just can copy it somewhere
on your target using File System Navigator, then using telnet slay qconn
and run new one
{YOUR DIR}/qconn &

Bryce wrote:

[quote]The qcon info is:

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn

QNX Momentics IDE Ver. 2.0 Build 200306021152.

How can I tell what version the target is running?

I see someone else had the exact problem at the end of a previous thread
titled: Debugging problems in 6.2.1a, from August.
It appears that they problem was with qconn also.

Where do I get the correct version of qconn that you speak of?




“Alex Chapiro” <achapiro@qnx.com> wrote in message
news:bp1225$is$1@nntp.qnx.com

Definitely you are using wrong version of qconn. For the target please
ask ls -l /usr/sbin/qconn. What is the build date? Compare it with what
you have for the host.


Bryce wrote:


I am using the version of qconn on the embedded device, that was put

there

when I flashed the firmware from the BSP.

I can execute the program from the serial terminal or through telnet,

but I

cannot run or debug from the IDE (QNX Momentics IDE Ver. 2.0 Build
200306021152).

I don’t know how else to know if the OS and qconn version’s match.

This is the error I am getting when I try to run from the IDE:

!MESSAGE Can’t launch file for Lite5200 : Target
launcher@localhost:8000: Error Invalid argument setting working dir

/tmp/

What should be happening that is not happening for me?

What is the Target launcher? I find no reference to it in the
documentation.

What else can I do or try?

Getting desperate,
Bryce


This is what I see when it boots:


IPL Lite5200 EVB, v1.0
CPU: MPC5200
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00

MHz

SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF800000 - FFFFFFFF = 8 MBytes


Copyright 1995-2001 Motorola, Inc. All Rights Reserved.

Transferring control to OS
Welcome to the Motorola Lite5200 EVB.
Console started on port 1.
Start BestComm tasks.

BestComm Task Load Utility - Version 1.2
Copyright(c) Motorola Inc 2003. All Rights Reserved
Start the message queue manager.
Start the pipe manager.
Start the run control script.
Start network driver.
Checking for network driver already running…
Starting networking
add net default: gateway 192.168.1.1

cd bin

ls -al qconn

-rwxrwxrwx 1 root 0 82472 May 06 2003 qconn




“Marcin Dzieciol” <marcind@qnx.com> wrote in message
news:bp0t96$pbn$1@nntp.qnx.com


Hello Bryce,

What host and QNX version are you using? Make sure qconn version

matches

the
os version.

Regards,

Marcin



“Bryce” <bryce@think//epc.com> wrote in message

news:bp0len$a7q$1@inn.qnx.com


Yes I really do have this directory on the target. Checking (or not
checking) the “Use default Working Directory” box makes no difference.

The file appears to be copied into that directory, and I can manually
execute it. But the IDE coughs up an error.

Thanks
Bryce

============ Terminal Snippet ===================

ls

.cmp bryce etc proc tmp working
bin dev home sbin usr

cd tmp

ls

HelloWorld_g57303.tmp HelloWorld_g57305.tmp
HelloWorld_g57304.tmp elv_9500f.1

HelloWorld_g57304.tmp

Welcome to the Momentics IDE

==============================================


“Alex Chapiro” <achapiro@qnx.com> wrote in message
news:bp0k9r$go7$1@nntp.qnx.com


Do you really have this directory on the target?
If yes, do not specify it, just check checkbox “Use default Working
Directory.”


Bryce wrote:


It is alive!

So I load qconn and things are progressing, however…

Now when I try to run my HelloWorld I get this error:

!MESSAGE Can’t launch file for Lite5200 : Target

launcher@localhost:8000:


Error Invalid argument setting working dir /tmp/

where tmp is the working directory I chose in the Launch

Configurations,


Arguments tab

Any thoughts?

Bryce


“David Gibbs” <dagibbs@qnx.com> wrote in message
news:boub96$4dd$1@nntp.qnx.com



Bryce <bryce@think//epc.com> wrote:

You need to be running qconn (the QNX connector) on the target

board.


-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.






*** Date: Fri Nov 14 09:28:03 EST 2003

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
catalina.base=C:/QNXsdk/host/win32/x86/usr/qde/eclipse/plugins/org.eclipse.tomcat_4.0.3/
catalina.home=C:/QNXsdk/host/win32/x86/usr/qde/eclipse/plugins/org.eclipse.tomcat_4.0.3/
catalina.useNaming=true
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=
java.awt.fonts=
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\startup.jar
java.class.version=47.0
java.ext.dirs=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\lib\ext
java.home=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre
java.io.tmpdir=C:\DOCUME~1\Bryce\LOCALS~1\Temp
java.library.path=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;C:\Tools\OpusMake\W95;C:\Tools\Lint;C:\MTOOL\BIN;C:\Tools;C:\Program Files\Analog Devices\VisualDSP;C:\Program Files\Cosmic;c:\tic2xx\c2000\cgtools\bin;C:\QNXsdk\host\win32\x86\usr\bin;C:\QNXsdk\host\win32\x86\usr\bin\cygwin_dll;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\vslick\win
java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
java.naming.factory.url.pkgs=org.apache.naming
java.runtime.name=Java™ 2 Runtime Environment, Standard Edition
java.runtime.version=1.3.1_04-b02
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.3
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.3.1_04
java.vm.info=mixed mode
java.vm.name=Java HotSpot™ Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.3.1_04-b02
line.separator=

os.arch=x86
os.name=Windows XP
os.version=5.1
path.separator=;
sun.boot.class.path=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\lib\rt.jar;C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\lib\i18n.jar;C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\lib\sunrsasign.jar;C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\classes
sun.boot.library.path=C:\QNXsdk\host\win32\x86\usr\qde\eclipse\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium i486 i386
sun.io.unicode.encoding=UnicodeLittle
user.dir=C:\QNXsdk
user.home=C:\Documents and Settings\Bryce
user.language=en
user.name=Bryce
user.region=US
user.timezone=America/New_York

*** Features:
com.qnx.tools.ide (2.0.1)
org.eclipse.jdt (2.0.2)
org.eclipse.jdt.source (2.0.2)
org.eclipse.pde (2.0.2)
org.eclipse.platform (2.0.2)
org.eclipse.platform.source (2.0.2)
org.eclipse.platform.win32 (2.0.2)
org.eclipse.platform.win32.source (2.0.2)
org.eclipse.sdk.win32 (2.0.2)

*** Plugin Registry:
com.qnx.tools.ide (2.0.1)
com.qnx.tools.ide.builder.core (2.0.1)
com.qnx.tools.ide.builder.ui (2.0.1)
com.qnx.tools.ide.console (2.0.1)
com.qnx.tools.ide.dbgmalloc (2.0.1)
com.qnx.tools.ide.doc.pe (2.0.1)
com.qnx.tools.ide.fsys (2.0.1)
com.qnx.tools.ide.javax.comm (2.0.1)
com.qnx.tools.ide.phab.core (2.0.1)
com.qnx.tools.ide.phab.ui (2.0.1)
com.qnx.tools.ide.profiler.core (2.0.1)
com.qnx.tools.ide.profiler.ui (2.0.1)
com.qnx.tools.ide.qde.core (2.0.1)
com.qnx.tools.ide.qde.debug.core (2.0.1)
com.qnx.tools.ide.qde.debug.ui (2.0.1)
com.qnx.tools.ide.qde.ui (2.0.1)
com.qnx.tools.ide.sysinfo (2.0.1)
com.qnx.tools.ide.target.core (2.0.1)
com.qnx.tools.ide.target.ui (2.0.1)
com.qnx.tools.ide.tftp (2.0.1)
com.qnx.tools.ide.trace.core (2.0.1)
com.qnx.tools.ide.trace.ui (2.0.1)
com.qnx.tools.ide.ui (2.0.1)
com.qnx.tools.utils (2.0.1)
com.qnx.tools.utils.licensing.win32 (2.0.1)
com.qnx.tools.utils.ui (2.0.1)
org.apache.ant (1.4.1)
org.apache.lucene (1.2.0)
org.apache.xerces (4.0.7)
org.eclipse.ant.core (2.0.1)
org.eclipse.cdt (1.0.1)
org.eclipse.cdt.core (1.0.1)
org.eclipse.cdt.core.win32 (1.0.1)
org.eclipse.cdt.debug.core (1.0.1)
org.eclipse.cdt.debug.mi.core (1.0.1)
org.eclipse.cdt.debug.mi.ui (1.0.1)
org.eclipse.cdt.debug.ui (1.0.1)
org.eclipse.cdt.launch (1.0.1)
org.eclipse.cdt.ui (1.0.1)
org.eclipse.compare (2.0.0)
org.eclipse.core.boot (2.0.2)
org.eclipse.core.resources (2.0.1)
org.eclipse.core.resources.win32 (2.0.1)
org.eclipse.core.runtime (2.0.2)
org.eclipse.debug.core (2.0.0)
org.eclipse.debug.ui (2.0.0)
org.eclipse.help (2.0.2)
org.eclipse.help.ui (2.0.1)
org.eclipse.help.ui.win32 (2.0.1)
org.eclipse.help.webapp (2.0.2)
org.eclipse.jdt (2.0.2)
org.eclipse.jdt.core (2.0.2)
org.eclipse.jdt.debug (2.0.2)
org.eclipse.jdt.debug.ui (2.0.2)
org.eclipse.jdt.doc.isv (2.0.0)
org.eclipse.jdt.doc.user (2.0.0)
org.eclipse.jdt.junit (2.0.1)
org.eclipse.jdt.launching (2.0.1)
org.eclipse.jdt.source (2.0.2)
org.eclipse.jdt.ui (2.0.2)
org.eclipse.pde (2.0.2)
org.eclipse.pde.build (2.0.0)
org.eclipse.pde.core (2.0.2)
org.eclipse.pde.doc.user (2.0.0)
org.eclipse.pde.runtime (2.0.0)
org.eclipse.pde.source (2.0.2)
org.eclipse.pde.ui (2.0.1)
org.eclipse.platform (2.0.2)
org.eclipse.platform.doc.isv (2.0.0)
org.eclipse.platform.doc.user (2.0.0)
org.eclipse.platform.source (2.0.2)
org.eclipse.platform.win32 (2.0.2)
org.eclipse.platform.win32.source (2.0.2)
org.eclipse.sdk.win32 (2.0.2)
org.eclipse.search (2.0.1)
org.eclipse.swt (2.0.2)
org.eclipse.swt.win32 (2.0.2)
org.eclipse.team.core (2.0.1)
org.eclipse.team.cvs.core (2.0.0)
org.eclipse.team.cvs.ssh (2.0.0)
org.eclipse.team.cvs.ui (2.0.1)
org.eclipse.team.ui (2.0.0)
org.eclipse.tomcat (4.0.3)
org.eclipse.ui (2.0.2)
org.eclipse.ui.win32 (2.0.0)
org.eclipse.ui.externaltools (2.0.1)
org.eclipse.update.core (2.0.2)
org.eclipse.update.core.win32 (2.0.0)
org.eclipse.update.ui (2.0.2)
org.eclipse.update.ui.win32 (2.0.0)
org.eclipse.update.ui.forms (2.0.0)
org.junit (3.7.0)

*** Update Manager Log:

Configuration=Nov 10, 2003 11:25:55 AM
Current configuration=true

Date=Mon Nov 10 11:25:56 EST 2003
Target=file:C:/QNXsdk/host/win32/x86/usr/qde/eclipse/
Action=Site installed
Status=Success

Date=Mon Nov 10 11:25:56 EST 2003
Target=file:C:/QNXsdk/workspace/.metadata/.config/platform.cfg.metadata/LocalSite.xml
Action=Reconcile
Status=Success

*** Error Log:
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 10:43:45.468
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException: Can’t find target for New_configuration (1)
at org.eclipse.cdt.launch.AbstractCLaunchDelegate.abort(AbstractCLaunchDelegate.java:134)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:181)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 502 Nov 13, 2003 10:43:45.468
!MESSAGE Can’t find target for New_configuration (1)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 10:44:58.171
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 10:44:58.171
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 10:46:26.421
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 10:46:26.421
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 11:45:34.937
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 11:45:34.937
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:45:53.62
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException: No tab group defined for launch configuration type com.qnx.tools.ide.qde.targetAppLaunch
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationPresentationManager.getTabGroup(LaunchConfigurationPresentationManager.java:105)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$3.run(LaunchConfigurationDialog.java:761)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.createGroup(LaunchConfigurationDialog.java:776)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.doLaunch(LaunchConfigurationDialog.java:2278)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.doLastLaunchedConfig(LaunchConfigurationDialog.java:599)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog.open(LaunchConfigurationDialog.java:576)
at org.eclipse.debug.internal.ui.actions.ExecutionAction.openLaunchConfigurationDialog(ExecutionAction.java:39)
at org.eclipse.debug.internal.ui.actions.ExecutionAction.runWithEvent(ExecutionAction.java:25)
at org.eclipse.debug.internal.ui.actions.LaunchDropDownAction.runWithEvent(LaunchDropDownAction.java:232)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:207)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:180)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:45:53.62
!MESSAGE No tab group defined for launch configuration type com.qnx.tools.ide.qde.targetAppLaunch
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:46:00.859
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 13:46:00.859
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:49:59.375
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 13:49:59.375
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:55:49.437
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 13:55:49.437
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 13:56:06.703
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 13:56:06.703
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:11:27.921
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:11:27.921
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:12:05.468
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:12:05.468
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:13:39.437
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:13:39.437
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:13:48.796
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:13:48.796
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:13:53.750
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:13:53.750
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:17:49.421
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:17:49.421
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:18:29.765
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:18:29.765
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:18:43.218
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:18:43.218
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:18:52.15
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:18:52.15
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /working/hw/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:19:00.93
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:19:00.93
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:20:54.921
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:20:54.921
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui 4 120 Nov 13, 2003 14:21:06.890
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[504]: com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 504 Nov 13, 2003 14:21:06.890
!MESSAGE Can’t launch file for Lite5200 : Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
!STACK 0
com.qnx.tools.utils.target.QConnException: Target launcher@localhost:8000: Error Invalid argument setting working dir /tmp/
at com.qnx.tools.utils.target.TargetServiceLaunch.setWorkingDir(TargetServiceLaunch.java:222)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.performFileLaunch(LaunchConfigurationDelegate.java:504)
at com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:274)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
!ENTRY org.eclipse.debug.ui