|
From: Raphael N. <rn...@we...> - 2012-01-14 23:40:04
|
Dear Borut, > here are my observations about the current sdcc snapshot builds status: I appreciate your vigilance -- thanks for looking after the project! > Both ppc and i386 Mac OS X builds fail: [...] Does the following also address Mac OS X builds? If so, I am probably unable to fix that due to lack of testing equipment :-( > There are warnings while configuring pic: > Making all in libm > cd .. && /bin/sh ./config.status libm/Makefile depfiles > config.status: creating libm/Makefile > config.status: executing depfiles commands > at 1: warning 117: unknown compiler option '-O2' ignored > ... > Making all in libsdcc/regular > cd ../.. && /bin/sh ./config.status libsdcc/regular/Makefile depfiles > config.status: creating libsdcc/regular/Makefile > config.status: executing depfiles commands > at 1: warning 117: unknown compiler option '-O2' ignored > ... > > It seems that gcc CFLAGS are passed to sdcc somewhere... I cannot reproduce this with r7222 on my virtual i386 10.04 Xubuntu (Lucid Lynx) box -- I do not get any warnings apart from deprecation hints in SDCCnaddr.cc and z80/ralloc2.cc . Did you run 'autoreconf -fi' before configuring? Could you pass more information as to how to reproduce this? > There are a lot of "warning: variable 'xxxxx' set but not used > [-Wunused-but-set-variable]" and other warnings all over the whole code > which wold be nice to be fixed... I also cannot reproduce these on my box in r7222 ... Best regards Raphael |