Hi,

My target platform is build under ARMV4I.( PB 4.2)
I would like to build some drivers and applications for THUMB.
How can I do it?
( I am building drivers with PB, and Applications with EVC)


I looked at PB and EVC options and could not find the way to switch to
THUMB.

I found a lot of discussion in NG about ARMV4I and THumb, but unfortunately
no answer for my problem.

Thanks

Ilia

RE: How to compile for THUMB? by anonymous

anonymous
Tue Feb 10 23:06:06 CST 2004

Dear Ms.Ilia Saveliev

ARMV4I is a link of ARM Processor and Thumbs.
So, my guess is that the delieverable built in ARMV4I would work for THUMBS too
Pls revert back if ur succesful so that it would be a learning for us too

Thanks
Cheers
Lakshma



Re: How to compile for THUMB? by Ilia

Ilia
Wed Feb 11 03:42:15 CST 2004

> ARMV4I is a link of ARM Processor and Thumbs.
> So, my guess is that the delieverable built in ARMV4I would work for
THUMBS too.
> Pls revert back if ur succesful so that it would be a learning for us too.

Well, I'll try to rephrase my problem.
I need to compile THUMB code( 16 bit).
If I am using ARMV4I platform, the compiler builds 32 bit code.
I am looking for the option/switch to force the compiler to build
THUMB(16Bit) code.

Thanks

Ilia