Code Monkey home page Code Monkey logo

Comments (5)

jcmvbkbc avatar jcmvbkbc commented on July 28, 2024 1

Please consider using prebuilt toolchain for Windows, like this one, or this one. It will save you a lot of trouble if all you need is the toolchain.

If you decide to build gcc yourself the easiest way is to use somebody's else build scripts, e.g.: CHERTS, Fabien Poussin.

In general, it's just building a cross-compiler, a huge topic covered by the gcc documentation.

from gcc-xtensa.

jcmvbkbc avatar jcmvbkbc commented on July 28, 2024 1

How can I find the configure file?

Debug what the script does.

  • check if the configure file is actually there (it should be in the ./dl/gmp-6.0.0a, if not there run the script with -x to see the trace of what it does to understand what went wrong).
  • check if the configure script is executable (ls -l ./dl/gmp-6.0.0a/configure should show 'x' in permissions. If it doesn't then I guess it has something to do with tar or your filesystem. You can do chmod +x to make it executable, but I guess the same issue will happen with other scripts and compiled programs.
  • check that you have script interpreter available (/bin/sh for that particular configure), if not install it or make a symbolic link.

And don't worry, your English is fine.

from gcc-xtensa.

TridentTD avatar TridentTD commented on July 28, 2024

Thank you very much.

from gcc-xtensa.

TridentTD avatar TridentTD commented on July 28, 2024

// Sorry for my poor English.

I have just tried both shell-script, however when call the scripts ,
both (CHERTS's shell-script & Fabien Poussin's shell-script) can't find ../configure
occur error like this.

.......
Buidling GMP
./build.sh: line 103: ../configure: No such file or directory

How can I find the configure file?

from gcc-xtensa.

TridentTD avatar TridentTD commented on July 28, 2024

Thank you very mush.

from gcc-xtensa.

Related Issues (15)

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.