NDK 3.2 and GCC

Have a question about our Software Developer Kit? Ask them here.
Post Reply
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

NDK 3.2 and GCC

Post by chris »

I was under the impression that the 3.2 NDK had all the required headers included for most compilers including GCC. However, although the protos seem to be geared up for it, it is missing the GCC inlines.

I obviously can generate these myself with fd2pragma and a little time.... however, the FD files for the ReAction classes (even the ones which have custom functions) appear to be missing too!

Does somebody have the missing files?
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

Re: NDK 3.2 and GCC

Post by chris »

Ok, thought I should update this.
NDK3.2R3 contains the missing inlines - hooray!
However, they don't appear to work correctly with either GCC or VBCC. I can't remember what happened with VBCC (I regenerated them myself which made them work), but GCC appears to not be able to resolve any symbols at the linker phase. I haven't tried to regenerate these ones.
Furthermore, some of the FD and SFD files are still missing as per my previous post, so some of my inlines could be incomplete (I took the missing files from the 3.9 NDK).
Post Reply