the help if anyone can give me some pointers. I
am looking into an ARM architecture if that makes any difference.
Thank you,
Fardin
--
Fardin Abdi
abdit...@illinois.edu | 734 276 7856
<http://fardinabdi.gigfa.com>Ph.D. Student in Computer Science
Networked Real-Time and Embedded s
gt; compiled for emulator.
> >
> > #if defined(__arm__) || defined(arm) || defined(__arm__) || defined(ARM)
> ||
> > defined(_ARM_) || defined(WTF_CPU_ARM)
>
> This #if is for the host compiler, and has nothing to do with the target
> you build for.
>
> --
> Thanks.