Menu

Getting source files and build it, OR just getting started

2013-05-06
2013-05-06
  • Makoto Fujiwara

    Makoto Fujiwara - 2013-05-06

    Discussion and Question (or problems) on HOW-TO-START for ximo16 binutils
    Thank you.

     
  • Makoto Fujiwara

    Makoto Fujiwara - 2013-05-06

    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,

     
  • Makoto Fujiwara

    Makoto Fujiwara - 2013-05-06

    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

Log in to post a comment.