Giter VIP home page Giter VIP logo

m68k-elf-gcc's People

Contributors

kentosama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

m68k-elf-gcc's Issues

newlib isn't built

I found that the line ${BUILD_NEWLIB}="yes" errors with no=yes
I believe the dollar sign and braces should be ommited as follows:

if [[ "$arg" == "--with-newlib" ]]; then
    BUILD_NEWLIB="yes"
    BUILD_GCC_STAGE_2="yes"
    export WITH_NEWLIB="--with-newlib"
elif [[ "$arg" == "--with-cpu=" ]]; then
    CPU = ${i}
elif [[ "$arg" == "--program-prefix=" ]]; then
    PREFIX = ${i}
fi

After fixing some of the other issues mentioned by others, it seems to build normally now

build-toolchain fails on linux and osx, libc not found

mkdir .deps
/bin/sh ../../source/gcc-6.3.0/mkinstalldirs /Users/shram/Projects/m68k-elf-gcc/m68k-toolchain /Users/shram/Projects/m68k-elf-gcc/m68k-toolchain
/bin/sh: line 0: cd: m68k-elf/libgcc: No such file or directory
make: *** [install-target-libgcc] Error 1
./build-toolchain.sh: line 77: Failed to build gcc stage 1, please check build.log: command not found

No Include files

Newlib is built but includes files are not copied, making the cross compiler un-usable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.