Bug #1252
"Undefined reference to 'swab'" error when using GCC 5 and CrystaX NDK 10.3.1 x64 on Windows
Added by Violet Giraffe almost 5 years ago.
Updated almost 5 years ago.
Description
The original Google Android NDK doesn't provide the swab
function, so I defined my own. After migrating to Crystax, I got the "conflicting declaration of 'void swab(const void*, void*, ssize_t)' with 'C' linkage" error. So I removed my implementation and compilation succeeded, but now linker can't find the definition for this function.
- Category set to libcrystax
- Assignee set to Dmitry Moskalchuk
- Target version set to 11.0.0
- Status changed from Open to In Progress
P. S. I "fixed" the error by making my definition extern "C"
, but I still wonder if there's something missing in the NDK itself. Or, if swab
is being declared by mistake.
Violet Giraffe wrote:
P. S. I "fixed" the error by making my definition extern "C"
, but I still wonder if there's something missing in the NDK itself. Or, if swab
is being declared by mistake.
Yes, this is bug. @swab@ is declared in system headers but not implemented. I'm going to fix it. Thank you for report.
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF