Coder Social home page Coder Social logo

Comments (5)

adriweb avatar adriweb commented on June 28, 2024

I had the same issue (on 10.13 but that doesn't matter) - in fact for now you can just launch it directly by running the binary (./app.elf, which isn't actually an ELF file but a Mach-O file as expected).

It will look like this:
screenshot

from epsilon.

blackketter avatar blackketter commented on June 28, 2024

Awesome, thanks, works like a charm.

I suggest that the technical documentation be included on GitHub with the source so that it can be updated via PR here.

from epsilon.

adriweb avatar adriweb commented on June 28, 2024

I agree that having the website (or at least the static one, not necessarily the workshop, for instance) as a GitHub repo too could be useful.
But anyway, in this case, it's probably the makefile that should be fixed, not the doc :)

from epsilon.

jacobly0 avatar jacobly0 commented on June 28, 2024

You have to do make PLATFORM=simulator app_run for it to choose the native gdb over the cross arm one, so the "Installing the SDK" instructions should probably be changed. In my case even if I do GDB=gdb so that it chooses gdb instead of lldb, I still get an error on line 2 of the gdb script. In any case, the instructions should probably mention that you can also just run the executable.
Edit: It looks like you also need make PLATFORM=simulator clean in order for it to clean the correct files.

from epsilon.

Ecco avatar Ecco commented on June 28, 2024

We eventually updated both the Makefile and the documentation 😄

from epsilon.

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.