Git Product home page Git Product logo

interp's Issues

Build failed on Apple M1

I attempted to build this project on Apple M1 powered MacBook.

clang main.c -I./src -Os -Wno-inline-asm -fPIC -o interp

Clang complained as following:

In file included from main.c:18:
In file included from ./src/interp.h:396:
./src/opcodes.h:27:1: error: unknown AArch64 fixup kind!
OP_IMPL_IMM(push, {
^
./src/opcodes.h:8:46: note: expanded from macro 'OP_IMPL_IMM'
    #define OP_IMPL_IMM(op,body)    OP(op, { GET_IMM(op_##op); body })
                                             ^
./src/interp.h:216:46: note: expanded from macro 'GET_IMM'
                                asm volatile("ldr %0, .IMM_" STRINGIFY(ID)                  EOL \
                                             ^
<inline asm>:1:2: note: instantiated into assembly here
        ldr x8, .IMM_op_push
        ^
...
6 errors generated.

Environment:

  • Apple clang version 14.0.0 (clang-1400.0.29.202)
  • macOS 13.1 (arm64)

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.