Code Monkey home page Code Monkey logo

Comments (12)

radare avatar radare commented on June 6, 2024

only on w32?

On 11/20/2014 02:11 PM, Anton Kochkov wrote:

From the r2 compilation log:

|make[2]: Entering directory /d/Work/radare/radare2/libr' DIR syscall make[3]: Entering directory/d/Work/radare/radare2/libr/syscall'
make -C d
make[4]: Entering directory /d/Work/radare/radare2/libr/syscall/d' make[5]: Entering directory/d/Work/radare/radare2/libr/syscall/d'
/bin/sh gen.sh < dos-x86-16 | ../../../libr/../shlr/sdb/sdb dos-x86-16.sdb =
/bin/sh gen.sh < linux-x86-32 | ../../../libr/../shlr/sdb/sdb linux-x86-32.sdb =
/bin/sh gen.sh < linux-x86-64 | ../../../libr/../shlr/sdb/sdb linux-x86-64.sdb =
/bin/sh gen.sh < linux-arm-32 | ../../../libr/../shlr/sdb/sdb linux-arm-32.sdb =
/bin/sh gen.sh < linux-mips-32 | ../../../libr/../shlr/sdb/sdb linux-mips-32.sdb =
/bin/sh gen.sh < linux-sparc-32 | ../../../libr/../shlr/sdb/sdb linux-sparc-32.sdb =
/bin/sh gen.sh < darwin-x86-32 | ../../../libr/../shlr/sdb/sdb darwin-x86-32.sdb =
/bin/sh gen.sh < darwin-x86-64 | ../../../libr/../shlr/sdb/sdb darwin-x86-64.sdb =
/bin/sh gen.sh < netbsd-x86-32 | ../../../libr/../shlr/sdb/sdb netbsd-x86-32.sdb =
/bin/sh gen.sh < freebsd-x86-32 | ../../../libr/../shlr/sdb/sdb freebsd-x86-32.sdb =
/bin/sh gen.sh < openbsd-x86-32 | ../../../libr/../shlr/sdb/sdb openbsd-x86-32.sdb =
/bin/sh gen.sh < openbsd-x86-64 | ../../../libr/../shlr/sdb/sdb openbsd-x86-64.sdb =
/bin/sh gen.sh < windows-x86-32 | ../../../libr/../shlr/sdb/sdb windows-x86-32.sdb =
/bin/sh gen.sh < windows-x86-64 | ../../../libr/../shlr/sdb/sdb windows-x86-64.sdb =
make[5]: Leaving directory /d/Work/radare/radare2/libr/syscall/d' make[4]: Leaving directory/d/Work/radare/radare2/libr/syscall/d'
|

But it doesn't create those fails, nor spits any error or warning.


Reply to this email directly or view it on GitHub
#62.

from sdb.

radare avatar radare commented on June 6, 2024

i have added a check to verify that the sdb files are created, so the
build may fail in that case. let's investigate a bit more.. it builds
fine here :?

On 11/20/2014 02:11 PM, Anton Kochkov wrote:

From the r2 compilation log:

|make[2]: Entering directory /d/Work/radare/radare2/libr' DIR syscall make[3]: Entering directory/d/Work/radare/radare2/libr/syscall'
make -C d
make[4]: Entering directory /d/Work/radare/radare2/libr/syscall/d' make[5]: Entering directory/d/Work/radare/radare2/libr/syscall/d'
/bin/sh gen.sh < dos-x86-16 | ../../../libr/../shlr/sdb/sdb dos-x86-16.sdb =
/bin/sh gen.sh < linux-x86-32 | ../../../libr/../shlr/sdb/sdb linux-x86-32.sdb =
/bin/sh gen.sh < linux-x86-64 | ../../../libr/../shlr/sdb/sdb linux-x86-64.sdb =
/bin/sh gen.sh < linux-arm-32 | ../../../libr/../shlr/sdb/sdb linux-arm-32.sdb =
/bin/sh gen.sh < linux-mips-32 | ../../../libr/../shlr/sdb/sdb linux-mips-32.sdb =
/bin/sh gen.sh < linux-sparc-32 | ../../../libr/../shlr/sdb/sdb linux-sparc-32.sdb =
/bin/sh gen.sh < darwin-x86-32 | ../../../libr/../shlr/sdb/sdb darwin-x86-32.sdb =
/bin/sh gen.sh < darwin-x86-64 | ../../../libr/../shlr/sdb/sdb darwin-x86-64.sdb =
/bin/sh gen.sh < netbsd-x86-32 | ../../../libr/../shlr/sdb/sdb netbsd-x86-32.sdb =
/bin/sh gen.sh < freebsd-x86-32 | ../../../libr/../shlr/sdb/sdb freebsd-x86-32.sdb =
/bin/sh gen.sh < openbsd-x86-32 | ../../../libr/../shlr/sdb/sdb openbsd-x86-32.sdb =
/bin/sh gen.sh < openbsd-x86-64 | ../../../libr/../shlr/sdb/sdb openbsd-x86-64.sdb =
/bin/sh gen.sh < windows-x86-32 | ../../../libr/../shlr/sdb/sdb windows-x86-32.sdb =
/bin/sh gen.sh < windows-x86-64 | ../../../libr/../shlr/sdb/sdb windows-x86-64.sdb =
make[5]: Leaving directory /d/Work/radare/radare2/libr/syscall/d' make[4]: Leaving directory/d/Work/radare/radare2/libr/syscall/d'
|

But it doesn't create those fails, nor spits any error or warning.


Reply to this email directly or view it on GitHub
#62.

from sdb.

XVilka avatar XVilka commented on June 6, 2024

Now it works. Closing as not reproducible.

from sdb.

XVilka avatar XVilka commented on June 6, 2024

Reproducing it again:
log from 'make' in radare2

DIR syscall
make[3]: Entering directory `/d/Work/radare/radare2/libr/syscall'
make -C d
make[4]: Entering directory `/d/Work/radare/radare2/libr/syscall/d'
make[5]: Entering directory `/d/Work/radare/radare2/libr/syscall/d'
rm -f dos-x86-16.sdb
/bin/sh gen.sh < dos-x86-16 | ../../../libr/../shlr/sdb/sdb dos-x86-16.sdb =
test -f dos-x86-16.sdb
rm -f linux-x86-32.sdb
/bin/sh gen.sh < linux-x86-32 | ../../../libr/../shlr/sdb/sdb linux-x86-32.sdb =
test -f linux-x86-32.sdb
rm -f linux-x86-64.sdb
/bin/sh gen.sh < linux-x86-64 | ../../../libr/../shlr/sdb/sdb linux-x86-64.sdb =
test -f linux-x86-64.sdb
rm -f linux-arm-32.sdb
/bin/sh gen.sh < linux-arm-32 | ../../../libr/../shlr/sdb/sdb linux-arm-32.sdb =
test -f linux-arm-32.sdb
rm -f linux-mips-32.sdb
/bin/sh gen.sh < linux-mips-32 | ../../../libr/../shlr/sdb/sdb linux-mips-32.sdb =
test -f linux-mips-32.sdb
rm -f linux-sparc-32.sdb
/bin/sh gen.sh < linux-sparc-32 | ../../../libr/../shlr/sdb/sdb linux-sparc-32.sdb =
test -f linux-sparc-32.sdb
rm -f darwin-x86-32.sdb
/bin/sh gen.sh < darwin-x86-32 | ../../../libr/../shlr/sdb/sdb darwin-x86-32.sdb =
test -f darwin-x86-32.sdb
rm -f darwin-x86-64.sdb
/bin/sh gen.sh < darwin-x86-64 | ../../../libr/../shlr/sdb/sdb darwin-x86-64.sdb =
test -f darwin-x86-64.sdb
rm -f netbsd-x86-32.sdb
/bin/sh gen.sh < netbsd-x86-32 | ../../../libr/../shlr/sdb/sdb netbsd-x86-32.sdb =
test -f netbsd-x86-32.sdb
rm -f freebsd-x86-32.sdb
/bin/sh gen.sh < freebsd-x86-32 | ../../../libr/../shlr/sdb/sdb freebsd-x86-32.sdb =
test -f freebsd-x86-32.sdb
rm -f openbsd-x86-32.sdb
/bin/sh gen.sh < openbsd-x86-32 | ../../../libr/../shlr/sdb/sdb openbsd-x86-32.sdb =
test -f openbsd-x86-32.sdb
rm -f openbsd-x86-64.sdb
/bin/sh gen.sh < openbsd-x86-64 | ../../../libr/../shlr/sdb/sdb openbsd-x86-64.sdb =
test -f openbsd-x86-64.sdb
rm -f windows-x86-32.sdb
/bin/sh gen.sh < windows-x86-32 | ../../../libr/../shlr/sdb/sdb windows-x86-32.sdb =
test -f windows-x86-32.sdb
rm -f windows-x86-64.sdb
/bin/sh gen.sh < windows-x86-64 | ../../../libr/../shlr/sdb/sdb windows-x86-64.sdb =
test -f windows-x86-64.sdb
make[5]: Leaving directory `/d/Work/radare/radare2/libr/syscall/d'
make[4]: Leaving directory `/d/Work/radare/radare2/libr/syscall/d'

and here is the log from 'make w32dist'

$ make w32dist
rm -rf radare2-w32-0.9.9-git w32dist
mkdir w32dist
for a in `find libr | grep -e dll$`; do cp $a w32dist ; done
for a in `find binr | grep -e exe$`; do cp $a w32dist ; done
rm -f w32dist/plugin.dll
mkdir -p w32dist/www
cp -rf shlr/www/* w32dist/www
mkdir -p w32dist/radare2/0.9.9-git/magic
cp -f libr/magic/d/default/* w32dist/radare2/0.9.9-git/magic
mkdir -p w32dist/radare2/0.9.9-git/syscall
cp -f libr/syscall/d/*.sdb w32dist/radare2/0.9.9-git/syscall
cp: cannot stat `libr/syscall/d/*.sdb': No such file or directory
make: *** [w32dist] Error 1

I've checked if those files are exist - they are not.

from sdb.

XVilka avatar XVilka commented on June 6, 2024

Ok, same problem again with Mingw-w64 from the Msys2, gcc-5.2.0.
"/bin/sh" gen.sh < dos-x86-16 | ../../../libr/../shlr/sdb/sdb dos-x86-16.sdb =
This line does produce dos-x86-16.sdb.tmp file, but doesn't produce the final dos-x86-16.sdb file.

Here is the tmp file http://rghost.net/7D4DBGXSM and here is the sdb.exe itself - http://rghost.net/6CPdvc4Mx

from sdb.

radare avatar radare commented on June 6, 2024

im thinking that maybe we should get a gcc -E build to get the source that is your compiler taking to generate the executable. maybe its an ifdef problem, can you reprodcue this thing with wine and mingw on linux/mac? that will ease my environment

On 24 Sep 2015, at 20:16, Anton Kochkov [email protected] wrote:

Ok, same problem again with Mingw-w64 from the Msys2, gcc-5.2.0.

"/bin/sh" gen.sh < dos-x86-16 | ../../../libr/../shlr/sdb/sdb dos-x86-16.sdb =

This line does produce dos-x86-16.sdb.tmp file, but doesn't produce the final dos-x86-16.sdb file.

Here is the tmp file http://rghost.net/7D4DBGXSM http://rghost.net/7D4DBGXSM and here is the sdb.exe itself - http://rghost.net/6CPdvc4Mx http://rghost.net/6CPdvc4Mx

Reply to this email directly or view it on GitHub #62 (comment).

from sdb.

XVilka avatar XVilka commented on June 6, 2024

@radare Yep, will provide more data this Monday (doesn't have access to that machine during the weekend).

from sdb.

XVilka avatar XVilka commented on June 6, 2024

This is the output of the gcc -dM -E < /dev/null on that machine:

$ gcc -dM -E - < /dev/null
#define __DBL_MIN_EXP__ (-1021)
#define __UINT_LEAST16_MAX__ 0xffff
#define __ATOMIC_ACQUIRE 2
#define __FLT_MIN__ 1.17549435082228750797e-38F
#define __GCC_IEC_559_COMPLEX 2
#define __UINT_LEAST8_TYPE__ unsigned char
#define __SIZEOF_FLOAT80__ 16
#define _WIN32 1
#define __INTMAX_C(c) c ## LL
#define __CHAR_BIT__ 8
#define __UINT8_MAX__ 0xff
#define _WIN64 1
#define __WINT_MAX__ 0xffff
#define __ORDER_LITTLE_ENDIAN__ 1234
#define __SIZE_MAX__ 0xffffffffffffffffULL
#define __WCHAR_MAX__ 0xffff
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
#define __DBL_DENORM_MIN__ ((double)4.94065645841246544177e-324L)
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
#define __GCC_IEC_559 2
#define __FLT_EVAL_METHOD__ 0
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
#define __x86_64 1
#define __UINT_FAST64_MAX__ 0xffffffffffffffffULL
#define __SIG_ATOMIC_TYPE__ int
#define __DBL_MIN_10_EXP__ (-307)
#define __FINITE_MATH_ONLY__ 0
#define __GNUC_PATCHLEVEL__ 0
#define __UINT_FAST8_MAX__ 0xff
#define __has_include(STR) __has_include__(STR)
#define _stdcall __attribute__((__stdcall__))
#define __DEC64_MAX_EXP__ 385
#define __INT8_C(c) c
#define __UINT_LEAST64_MAX__ 0xffffffffffffffffULL
#define __SHRT_MAX__ 0x7fff
#define __LDBL_MAX__ 1.18973149535723176502e+4932L
#define __UINT_LEAST8_MAX__ 0xff
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
#define __UINTMAX_TYPE__ long long unsigned int
#define __DEC32_EPSILON__ 1E-6DF
#define __UINT32_MAX__ 0xffffffffU
#define __LDBL_MAX_EXP__ 16384
#define __WINT_MIN__ 0
#define __SCHAR_MAX__ 0x7f
#define __WCHAR_MIN__ 0
#define __INT64_C(c) c ## LL
#define __DBL_DIG__ 15
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
#define __SIZEOF_INT__ 4
#define __SIZEOF_POINTER__ 8
#define __USER_LABEL_PREFIX__
#define __STDC_HOSTED__ 1
#define __WIN32 1
#define __LDBL_HAS_INFINITY__ 1
#define __WIN64 1
#define __FLT_EPSILON__ 1.19209289550781250000e-7F
#define __LDBL_MIN__ 3.36210314311209350626e-4932L
#define __STDC_UTF_16__ 1
#define __DEC32_MAX__ 9.999999E96DF
#define __MINGW32__ 1
#define __INT32_MAX__ 0x7fffffff
#define __SIZEOF_LONG__ 4
#define __UINT16_C(c) c
#define __DECIMAL_DIG__ 21
#define __has_include_next(STR) __has_include_next__(STR)
#define __LDBL_HAS_QUIET_NAN__ 1
#define _REENTRANT 1
#define __GNUC__ 5
#define _cdecl __attribute__((__cdecl__))
#define __MMX__ 1
#define __FLT_HAS_DENORM__ 1
#define __SIZEOF_LONG_DOUBLE__ 16
#define __BIGGEST_ALIGNMENT__ 16
#define __DBL_MAX__ ((double)1.79769313486231570815e+308L)
#define _thiscall __attribute__((__thiscall__))
#define __INT_FAST32_MAX__ 0x7fffffff
#define __WINNT 1
#define __DBL_HAS_INFINITY__ 1
#define __WINNT__ 1
#define __DEC32_MIN_EXP__ (-94)
#define __INT_FAST16_TYPE__ short int
#define _fastcall __attribute__((__fastcall__))
#define __LDBL_HAS_DENORM__ 1
#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
#define __INT_LEAST32_MAX__ 0x7fffffff
#define __DEC32_MIN__ 1E-95DF
#define __DBL_MAX_EXP__ 1024
#define __DEC128_EPSILON__ 1E-33DL
#define __SSE2_MATH__ 1
#define __ATOMIC_HLE_RELEASE 131072
#define __WIN32__ 1
#define __PTRDIFF_MAX__ 0x7fffffffffffffffLL
#define __amd64 1
#define __ATOMIC_HLE_ACQUIRE 65536
#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
#define __SIZEOF_SIZE_T__ 8
#define __SIZEOF_WINT_T__ 2
#define __GXX_ABI_VERSION 1009
#define __FLT_MIN_EXP__ (-125)
#define __INT_FAST64_TYPE__ long long int
#define __DBL_MIN__ ((double)2.22507385850720138309e-308L)
#define __DECIMAL_BID_FORMAT__ 1
#define __GXX_TYPEINFO_EQUALITY_INLINE 0
#define __DEC128_MIN__ 1E-6143DL
#define __REGISTER_PREFIX__
#define __UINT16_MAX__ 0xffff
#define __DBL_HAS_DENORM__ 1
#define __cdecl __attribute__((__cdecl__))
#define __UINT8_TYPE__ unsigned char
#define __NO_INLINE__ 1
#define __FLT_MANT_DIG__ 24
#define __VERSION__ "5.2.0"
#define __UINT64_C(c) c ## ULL
#define __GCC_ATOMIC_INT_LOCK_FREE 2
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
#define __INT32_C(c) c
#define __DEC64_EPSILON__ 1E-15DD
#define __ORDER_PDP_ENDIAN__ 3412
#define __DEC128_MIN_EXP__ (-6142)
#define __INT_FAST32_TYPE__ int
#define __UINT_LEAST16_TYPE__ short unsigned int
#define __INT16_MAX__ 0x7fff
#define __SIZE_TYPE__ long long unsigned int
#define __UINT64_MAX__ 0xffffffffffffffffULL
#define __INT8_TYPE__ signed char
#define __FLT_RADIX__ 2
#define __INT_LEAST16_TYPE__ short int
#define __LDBL_EPSILON__ 1.08420217248550443401e-19L
#define __UINTMAX_C(c) c ## ULL
#define __SSE_MATH__ 1
#define __k8 1
#define __SEH__ 1
#define __SIG_ATOMIC_MAX__ 0x7fffffff
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
#define __SIZEOF_PTRDIFF_T__ 8
#define __x86_64__ 1
#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
#define __MSVCRT__ 1
#define __INT_FAST16_MAX__ 0x7fff
#define __UINT_FAST32_MAX__ 0xffffffffU
#define __UINT_LEAST64_TYPE__ long long unsigned int
#define __FLT_HAS_QUIET_NAN__ 1
#define __FLT_MAX_10_EXP__ 38
#define __LONG_MAX__ 0x7fffffffL
#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
#define __FLT_HAS_INFINITY__ 1
#define __UINT_FAST16_TYPE__ short unsigned int
#define __DEC64_MAX__ 9.999999999999999E384DD
#define __CHAR16_TYPE__ short unsigned int
#define __PRAGMA_REDEFINE_EXTNAME 1
#define __INT_LEAST16_MAX__ 0x7fff
#define __DEC64_MANT_DIG__ 16
#define __INT64_MAX__ 0x7fffffffffffffffLL
#define __UINT_LEAST32_MAX__ 0xffffffffU
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
#define __INT_LEAST64_TYPE__ long long int
#define __INT16_TYPE__ short int
#define __INT_LEAST8_TYPE__ signed char
#define __STDC_VERSION__ 201112L
#define __DEC32_MAX_EXP__ 97
#define __INT_FAST8_MAX__ 0x7f
#define __INTPTR_MAX__ 0x7fffffffffffffffLL
#define __GXX_MERGED_TYPEINFO_NAMES 0
#define __stdcall __attribute__((__stdcall__))
#define __SSE2__ 1
#define __LDBL_MANT_DIG__ 64
#define __DBL_HAS_QUIET_NAN__ 1
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
#define __k8__ 1
#define __INTPTR_TYPE__ long long int
#define __UINT16_TYPE__ short unsigned int
#define __WCHAR_TYPE__ short unsigned int
#define __SIZEOF_FLOAT__ 4
#define __pic__ 1
#define __UINTPTR_MAX__ 0xffffffffffffffffULL
#define __DEC64_MIN_EXP__ (-382)
#define __INT_FAST64_MAX__ 0x7fffffffffffffffLL
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
#define __FLT_DIG__ 6
#define __UINT_FAST64_TYPE__ long long unsigned int
#define __INT_MAX__ 0x7fffffff
#define __amd64__ 1
#define WIN32 1
#define __code_model_medium__ 1
#define __INT64_TYPE__ long long int
#define __FLT_MAX_EXP__ 128
#define WIN64 1
#define __ORDER_BIG_ENDIAN__ 4321
#define __DBL_MANT_DIG__ 53
#define __SIZEOF_FLOAT128__ 16
#define __INT_LEAST64_MAX__ 0x7fffffffffffffffLL
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
#define __DEC64_MIN__ 1E-383DD
#define __WINT_TYPE__ short unsigned int
#define __UINT_LEAST32_TYPE__ unsigned int
#define __SIZEOF_SHORT__ 2
#define __SSE__ 1
#define __LDBL_MIN_EXP__ (-16381)
#define __INT_LEAST8_MAX__ 0x7f
#define __SIZEOF_INT128__ 16
#define __LDBL_MAX_10_EXP__ 4932
#define __ATOMIC_RELAXED 0
#define __DBL_EPSILON__ ((double)2.22044604925031308085e-16L)
#define __thiscall __attribute__((__thiscall__))
#define __UINT8_C(c) c
#define __INT_LEAST32_TYPE__ int
#define __SIZEOF_WCHAR_T__ 2
#define __UINT64_TYPE__ long long unsigned int
#define __INT_FAST8_TYPE__ signed char
#define __fastcall __attribute__((__fastcall__))
#define __GNUC_STDC_INLINE__ 1
#define __DBL_DECIMAL_DIG__ 17
#define __STDC_UTF_32__ 1
#define __FXSR__ 1
#define __DEC_EVAL_METHOD__ 2
#define __MINGW64__ 1
#define __UINT32_C(c) c ## U
#define __INTMAX_MAX__ 0x7fffffffffffffffLL
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
#define WINNT 1
#define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F
#define __INT8_MAX__ 0x7f
#define __PIC__ 1
#define __UINT_FAST32_TYPE__ unsigned int
#define __CHAR32_TYPE__ unsigned int
#define __FLT_MAX__ 3.40282346638528859812e+38F
#define __INT32_TYPE__ int
#define __SIZEOF_DOUBLE__ 8
#define __FLT_MIN_10_EXP__ (-37)
#define __INTMAX_TYPE__ long long int
#define _INTEGRAL_MAX_BITS 64
#define __DEC128_MAX_EXP__ 6145
#define __ATOMIC_CONSUME 1
#define __GNUC_MINOR__ 2
#define __UINTMAX_MAX__ 0xffffffffffffffffULL
#define __DEC32_MANT_DIG__ 7
#define __DBL_MAX_10_EXP__ 308
#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
#define __INT16_C(c) c
#define __STDC__ 1
#define __PTRDIFF_TYPE__ long long int
#define __ATOMIC_SEQ_CST 5
#define __UINT32_TYPE__ unsigned int
#define __UINTPTR_TYPE__ long long unsigned int
#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
#define __DEC128_MANT_DIG__ 34
#define __LDBL_MIN_10_EXP__ (-4931)
#define __SIZEOF_LONG_LONG__ 8
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
#define __LDBL_DIG__ 18
#define __FLT_DECIMAL_DIG__ 9
#define __UINT_FAST16_MAX__ 0xffff
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
#define __UINT_FAST8_TYPE__ unsigned char
#define __WIN64__ 1
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_RELEASE 3
#define __declspec(x) __attribute__((x))

from sdb.

XVilka avatar XVilka commented on June 6, 2024

Ok, confirmed on MSYS2 Mingw-w64 AppVeyor https://ci.appveyor.com/project/radare/radare2-hnku1/build/1.0.3#L5683

from sdb.

radare avatar radare commented on June 6, 2024

so i guess this is a problem related to crosscompilation and pointer sizes. is there any kind of valgrind for windows? (google suggests http://www.drmemory.org/ http://www.drmemory.org/) can you try it?

On 07 Oct 2015, at 19:56, Anton Kochkov [email protected] wrote:

Ok, confirmed on MSYS2 Mingw-w64 AppVeyor https://ci.appveyor.com/project/radare/radare2-hnku1/build/1.0.3#L5683 https://ci.appveyor.com/project/radare/radare2-hnku1/build/1.0.3#L5683

Reply to this email directly or view it on GitHub #62 (comment).

from sdb.

radare avatar radare commented on June 6, 2024

still happening?

from sdb.

XVilka avatar XVilka commented on June 6, 2024

Irrelevant now.

from sdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.