Somebody claiming to be Stephen Paul Weber wrote:
Somebody claiming to be Stephen Paul Weber wrote:
When I try to build base for QNXNTO (BlackBerry 10) using my
cross-compiler I get an error about "test_array is not of static
size" or similar.
Looking up CLK_TCK in the QNXNTO time.h:
/* CLK_T
Somebody claiming to be Stephen Paul Weber wrote:
When I try to build base for QNXNTO (BlackBerry 10) using my
cross-compiler I get an error about "test_array is not of static size" or
similar.
-#if defined(CLK_TCK)
+#if defined(CLK_TCK) && !defined(__QNXNTO__)
(#const CLK_TCK)
#else
u
When I try to build base for QNXNTO (BlackBerry 10) using my cross-compiler
I get an error about "test_array is not of static size" or similar.
Currently I fix it with this patch:
diff --git a/System/CPUTime.hsc b/System/CPUTime.hsc
index 8934a7e..514641f 100644
--- a/System/CPUTime.hsc
+++ b/