Opened 11 years ago
Closed 11 years ago
#355 closed defect (invalid)
build sh4 error
Reported by: | nokver | Owned by: | |
---|---|---|---|
Priority: | major | Component: | |
Severity: | medium | Keywords: | |
Cc: | Sensitive: | no |
Description
,ake -C cscrypt
make[2]: Nothing to be done for `all'.
make -C csctapi
/opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-gcc -O2 -DOS_LINUX -DSH4 -DTUXBOX -DCS_CONFDIR='"/var/keys"' -D'CS_SVN_VERSION="1210"' -c ifd_sci.c
ifd_sci.c: In function ‘Sci_Reset’:
ifd_sci.c:42: error: storage size of ‘tv’ isn’t known
ifd_sci.c:42: error: storage size of ‘tv_spent’ isn’t known
ifd_sci.c:49: warning: incompatible implicit declaration of built-in function ‘memset’
ifd_sci.c:65: warning: incompatible implicit declaration of built-in function ‘memcpy’
ifd_sci.c:65: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
make[2]: * lib/libcsctapi-sh4-linux.a(ifd_sci.o) Error 1
make[1]: * [prepare] Error 2
make: [cross-sh4-linux] Error 2 (ignored)
Lastest svn should compile fine.