[uClibc]parse error
Bjorn Eriksson
mdeans at algonet.se
Mon Aug 21 17:53:55 UTC 2000
> In file included from error.c:5:
> ../include/string.h:13: parse error before =1F_dest'
This bit me as well (egcs-2.91.66 here). I appended
/* __restrict is known in EGCS 1.2 and above. */
#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ <
92)
# define __restrict /* Ignore */
#endif
to include/sys/cdefs.h to fix this.
Other, minor, problems in test/:
'ls -sh' doesn't work on my system, I guess -h is similar to 'du -h' &
'df -h'.
ldd exits with a error return code if the binary isn't dynamically bound.
//Björnen.
More information about the uClibc
mailing list