Dear all,
I cannot compile the current version of sdcc. Problem seems identical to
what is described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746906

| make
| [...]
| In file included from opncls.c:26:0:
| opncls.c: In function ‘bfd_fopen’:
| bfd.h:529:65: error: right-hand operand of comma expression has no effect 
[-Werror=unused-value]
|  #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
|                                                                  ^
| opncls.c:261:5: note: in expansion of macro ‘bfd_set_cacheable’
|      bfd_set_cacheable (nbfd, TRUE);
|      ^
| cc1: all warnings being treated as errors

| $ gcc --version
| gcc (Debian 4.9.0-7) 4.9.0

I can of course disable the error on warnings, but maybe this should be fixed
in the repository? 

Kind regards,
Daniel

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to