Code Monkey home page Code Monkey logo

Comments (11)

ciminaghi avatar ciminaghi commented on May 27, 2024

Sorry, the initial # was copied from my notes, H1 was unintended

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

@ciminaghi there's an issue with your ncurses installation, as it cannot find the menu.h header file:

checking for Curses Menu library with ncurses/menu.h... no
configure: error: menu library not found

Maybe check that and run again?

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

Just ran into the same issue. Solution is the following:

Install ncurses with brew. Then, before running the ./go.sh command, do this:

export LDFLAGS="-L/usr/local/opt/ncurses/lib -L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/ncurses/include -I/usr/local/opt/gettext/include"
export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig"

This should get the build started.

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

@nashif I guess this issue can be closed. I can confirm there's nothing wrong with the SDK.

from sdk-ng.

ciminaghi avatar ciminaghi commented on May 27, 2024

Thanks for your help !
I have no mac here to check at the moment.
Will do that as soon as possible.

from sdk-ng.

galak avatar galak commented on May 27, 2024

@nashif I guess this issue can be closed. I can confirm there's nothing wrong with the SDK.

What MacOS version did you guys build on?

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

@galak 10.14.5

from sdk-ng.

ciminaghi avatar ciminaghi commented on May 27, 2024

from sdk-ng.

ciminaghi avatar ciminaghi commented on May 27, 2024

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

@ciminaghi go to https://www.gnu.org/software/binutils/ and download the binutils source of the version that you already have installed via Homebrew. Then compile the the binutils but do not make install. When they finished compiling:

$ cp binutils/obj{dump,copy} /usr/local/bin
$ cp binutils/readelf /usr/local/bin

Then try again.

from sdk-ng.

mrusme avatar mrusme commented on May 27, 2024

BTW: I have to admit that I got the SDK compiled and the CrossToolNGNew built, but nevertheless I switched to Linux just because using all this on macOS is such a big PITA, and there's only so much that Zephyr can do ease the pain.

from sdk-ng.

Related Issues (20)

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.