X

sh4 cross compiler

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • professor_jonny
    Special VIP
    • 04.05.2010
    • 1612

    [allgemein] sh4 cross compiler

    Is there a simple tutiorial around to setup an sh4 cross compiler to develop pluging for titan?

    I need to know what lib versions that sort of stuff i come across this but it is a bit outdated from 2009:
    https://wiki.debian.org/SH4/CrossToolchain
    Zuletzt geändert von GOst4711; 31.08.2014, 20:21.
  • GOst4711
    .....
    • 01.01.2008
    • 19651

    #2
    Zitat von professor_jonny Beitrag anzeigen
    Is there a simple tutiorial around to setup an sh4 cross compiler to develop pluging for titan?

    I need to know what lib versions that sort of stuff i come across this but it is a bit outdated from 2009:
    https://wiki.debian.org/SH4/CrossToolchain
    look here

    Kommentar

    • professor_jonny
      Special VIP
      • 04.05.2010
      • 1612

      #3
      I found info from the tdt git on the full list of packages I need to install but it does not specify versions and the bulid script was from ubuntu 9.1 that is considerably older than trusty tar 14.04 that is out now.

      ill edit the script to work with trusty tar when i have some spare time then I can try a make and see if i can get it to build the pluggins in git at least then ill know if my dev enviroment is ok.

      cross compiling sh4 binarys from an x64 based computer may present some issuies and some times specific libs and versions of stuff are nesessary. below is what i found:

      1. * git
      2. * ccache
      3. * rpm
      4. * make
      5. * automake1.8
      6. * autoconf
      7. * patch
      8. * gcc
      9. * cpp (or gcc or c++)
      10. * tar
      11. * bzip2
      12. * gzip
      13. * ncurses-devel (debian: libncurses5-dev)
      14. * flex
      15. * bison
      16. * gawk
      17. * e2fsprogs-devel
      18. * texinfo
      19. * gettext
      20. * gettext-devel (debian?)
      21. * cfv
      22. * fakeroot
      23. * xfsprogs-devel debian: (xfslibs-dev)
      24. * zlib1g-dev (zlib-devel)
      25. * libtool
      26. * g++
      27. * swig
      28. * pkg-config



      For Ubuntu-hosts you have to link the sh to bash:
      ln -s /bin/bash /bin/sh
      (delete an existing /bin/sh before)

      For debian-based systems only: "export PATH=$PATH:/sbin:/usr/sbin"


      Configure the build environment:
      To configure the build environment type: "./make.sh"
      The Setup dialog allows you to customize the build environment for your target devic

      Kommentar

      Nicht konfiguriertes PHP-Modul

      Einklappen

      sh4 cross compiler

      Einklappen
      Lädt...
      X