Hi,
Thank you for this nice compiler :).
I've just compiled it on Fedora 20 (86_64).
Every was fine, except some files.
For your information, i made a list what i needed to do in order to compile (successful :) )
in files binutils/ar.c and binutils/objcopy.c :
DEFAULT_AR_DETERMINISTIC was undefined, i ve added (as in config.h)
#define DEFAULT_AR_DETERMINISTIC 0
in binutils/bucomm.c
was the same for TARGET , added
#define TARGET "asxxxx"
in binutils/rename.c
added line :
#define HAVE_GOOD_UTIME_H
Theses errors seem to be related to configure script (not an expert of configure at all..), but they are defined in config.h file (but include it in sources produced errors for me).
Version of sdcc and file used :
sdcc-src-20140930-9081 (1).tar.bz2
System Fedora
3.15.10-201.fc20.x86_64
Perhaps it isn't an issue,i don't now, just want to share how I solve it :)
Have a nice day :)
Closing this item. Since we recently merged a new upstream binutils, this is most likely out of date now.
Philipp