I'm sure it was verified on 2012/09 with gcc-4.5.3. But even with the same gcc version, I have a problem. I am investigating. Also if you are on Recent MinGW, gcc version is 4.7.3 or so, and it flags many 'unused variable' etc. I am also working on it. Removing -Werror may give you an work around, but I need to clear the problem on 4.5.3 first. Thank you.
Last edit: Makoto Fujiwara 2013-05-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Discussion and Question (or problems) on HOW-TO-START for ximo16 binutils
Thank you.
How to get the source and build it is shown below.
git clone git://git.code.sf.net/p/ximo16-binutils/code ximo16-binutils-code
cd ximo16-binutils-code
./configure
make
(or)
gmake
Thank you,
I'm sure it was verified on 2012/09 with gcc-4.5.3. But even with the same gcc version, I have a problem. I am investigating. Also if you are on Recent MinGW, gcc version is 4.7.3 or so, and it flags many 'unused variable' etc. I am also working on it. Removing -Werror may give you an work around, but I need to clear the problem on 4.5.3 first. Thank you.
Last edit: Makoto Fujiwara 2013-05-06