Giter VIP home page Giter VIP logo

Comments (6)

sindrom91 avatar sindrom91 commented on August 23, 2024 1

There's no support for MIPS64 in v2.1.0-beta2 release. You have to checkout v2.1 branch.

from luajit.

petar-jovanovic avatar petar-jovanovic commented on August 23, 2024

Support for MIPS64 N64 (LE/BE, soft-float/hard-float) has been added to the interpreter and is now available in v2.1. Feel free to test it and report issues.

from luajit.

NukeRusich avatar NukeRusich commented on August 23, 2024

I should note that I doubt @petar-jovanovic is referring to the Nintendo 64 for any passersby. It's more likely 64-bit integer Linux.

from luajit.

petar-jovanovic avatar petar-jovanovic commented on August 23, 2024

N64 is a 64-bit ABI for MIPS architecture.

from luajit.

heysion avatar heysion commented on August 23, 2024

mips64el abi 64 native build luajit
can't build it .
tag v2.1.0-beta2
with gcc 5.4.0
--with-arch-64=mips64r2 --with-abi=64
--build=mips64el-linux-gnuabi64 --host=mips64el-linux-gnuabi64 --target=mips64el-linux-gnuabi64
== make log ==

....
lj_arch.h:412:2: error: #error "No support for MIPS64"
 #error "No support for MIPS64"
  ^
HOSTCC    host/minilua.o
HOSTLINK  host/minilua
lj_arch.h:412:2: error: #error "No support for MIPS64"
 #error "No support for MIPS64"
  ^
DYNASM    host/buildvm_arch.h
HOSTCC    host/buildvm.o
In file included from host/buildvm.c:67:0:
./../dynasm/dasm_mips.h: In function ‘dasm_encode’:
./../dynasm/dasm_mips.h:359:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      n = (n + (int)base) & 0x0fffffff;
               ^
HOSTCC    host/buildvm_asm.o
HOSTCC    host/buildvm_peobj.o
HOSTCC    host/buildvm_lib.o
HOSTCC    host/buildvm_fold.o
HOSTLINK  host/buildvm
BUILDVM   lj_vm.S
Error: pointer size mismatch in cross-build.
Try: make HOST_CC="gcc -m32" CROSS=...

Makefile:641: recipe for target 'lj_vm.S' failed
make[1]: *** [lj_vm.S] Error 1

from luajit.

petar-jovanovic avatar petar-jovanovic commented on August 23, 2024

This issue can be closed now.

from luajit.

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.