Giter Club home page Giter Club logo

Comments (3)

martyfouts avatar martyfouts commented on July 17, 2024

There are 3 bugs here, two of which are similar. C doesn't actually allow 'typedef struct _foo foo;' in one header and 'typedef struct _foo { ... } foo;' in a different one, if the two headers are both included by the same C file. The solution, for es_state and sim_cpu, is to replace the first header with a simple 'struct _foo' in the first header and fix all the places where foo is used to struct _foo.

The third problem shows up when the first two are fixed:
__sync_fetch_and_add' __sync_fetch_and_and'
__sync_fetch_and_or' __sync_val_compare_and_swap'

are all referenced but none of them are defined. I don't have a solution for this problem.

from epiphany-sdk.

martyfouts avatar martyfouts commented on July 17, 2024

Ooops. The 3rd issue is because I'm using GCC 3.4 which doesn't support the sync functions. I guess it's time to fix the problem with 'extern inline'

from epiphany-sdk.

olajep avatar olajep commented on July 17, 2024

closing, works for me. You probably need at least GCC 4.8.

from epiphany-sdk.

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.