Page 1 of 1

NDK 3.2 and GCC

Posted: Wed Jun 09, 2021 7:03 pm
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?

Re: NDK 3.2 and GCC

Posted: Sun Jul 25, 2021 7:25 pm
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).