Created
March 27, 2015 23:33
-
-
Save ilwsm/21d4ed24c0d212ee5c3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Куча ошибок типа | |
| In file included from *****************/libblkid/src/superblocks/squashfs.c:16:0: | |
| *****************/include/bitops.h:46:29: error: expected ')' before '&' token | |
| # define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \ | |
| ^ | |
| *****************/include/bitops.h:66:22: note: in expansion of macro 'bswap_64' | |
| # define htobe64(x) bswap_64 (x) | |
| ^ | |
| F:/Run/Lprogr/Android/ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:164:12: note: in expansion of macro 'htobe64' | |
| __uint64_t htobe64(__uint64_t); | |
| ^ | |
| *****************/include/bitops.h:46:54: error: expected ')' before '<<' token | |
| # define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \ | |
| ^ | |
| *****************/include/bitops.h:66:22: note: in expansion of macro 'bswap_64' | |
| # define htobe64(x) bswap_64 (x) | |
| ^ | |
| F:/Run/Lprogr/Android/ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:164:12: note: in expansion of macro 'htobe64' | |
| __uint64_t htobe64(__uint64_t); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment