What I did:
$ git clone https://github.com/iocane/unbox.git
$ cd unbox
$ tup
Many errors of the same type happen when tup gets to the file src/libj/x15.c, right before an #if SY_WIN32 section.
Here's an example of the error:
src/libj/x15.c:845:1: error: initializer element is not constant
I static cbv[]={(I)&cb0,(I)&cb1,(I)&cb2,(I)&cb3,(I)&cb4,(I)&cb5,(I)&cb6,(I)&cb7,(I)&cb8,(I)&cb9};
^
src/libj/x15.c:845:1: error: (near initialization for 'cbv[0]')
src/libj/x15.c:845:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
I static cbv[]={(I)&cb0,(I)&cb1,(I)&cb2,(I)&cb3,(I)&cb4,(I)&cb5,(I)&cb6,(I)&cb7,(I)&cb8,(I)&cb9};
^
src/libj/x15.c:845:1: error: initializer element is not constant
I static cbv[]={(I)&cb0,(I)&cb1,(I)&cb2,(I)&cb3,(I)&cb4,(I)&cb5,(I)&cb6,(I)&cb7,(I)&cb8,(I)&cb9};
^
src/libj/x15.c:845:1: error: (near initialization for 'cbv[1]')
src/libj/x15.c:845:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
I static cbv[]={(I)&cb0,(I)&cb1,(I)&cb2,(I)&cb3,(I)&cb4,(I)&cb5,(I)&cb6,(I)&cb7,(I)&cb8,(I)&
Errors for cbv[2] through cbv[8] elided for brevity here. Last few lines of output:
src/libj/x15.c:857:1: error: initializer element is not constant
I static cbvx[]={(I)&cbx0,(I)&cbx1,(I)&cbx2,(I)&cbx3,(I)&cbx4,(I)&cbx5,(I)&cbx6,(I)&cbx7,(I)&cbx8,(I)&cbx9};
^
src/libj/x15.c:857:1: error: (near initialization for 'cbvx[9]')
*** tup errors ***
*** Command ID=858 failed with return value 1
tup error: Expected to write to file 'build/x15.o' from cmd 858 but didn't
*** Additionally, command 858 failed to process input dependencies. These should probably be fixed before addressing the command failure.
[ETA~=7s ] 11%
*** tup: 1 job failed.
Here's some info about my system. For what it's worth, I use the "raspi" version of the official J804 release.
$ uname -a
Linux localhost 3.8.11 #1 SMP Wed Jan 6 19:59:47 PST 2016 armv7l armv7l armv7l GNU/Linux
$ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 48.00
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc0f
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 48.00
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc0f
CPU revision : 4
Hardware : SAMSUNG EXYNOS5 (Flattened Device Tree)
Revision : 0000
Serial : 0000000000000000
What I did:
$ git clone https://github.com/iocane/unbox.git$ cd unbox$ tupMany errors of the same type happen when tup gets to the file
src/libj/x15.c, right before an#if SY_WIN32section.Here's an example of the error:
Errors for
cbv[2]throughcbv[8]elided for brevity here. Last few lines of output:Here's some info about my system. For what it's worth, I use the "raspi" version of the official J804 release.