Giter Site home page Giter Site logo

Comments (4)

Qu4tro avatar Qu4tro commented on June 15, 2024

Same thing with updated Arch Linux

# Build the M/o/Vfuscator soft float library
# These may give warnings about overflows, they are (mostly) safe to ignore
make -C softfloat clean && make -C softfloat
make: Entering directory '/home/quatro/movfuscator/softfloat'
rm -f *.o *.a timesoftfloat
make: Leaving directory '/home/quatro/movfuscator/softfloat'
make: Entering directory '/home/quatro/movfuscator/softfloat'
movcc -c -I. -I.. -o softfloat32.o -Wf--q softfloat.c -DFLOAT64=0 -DTRIM=1
movcc: /home/quatro/movfuscator/build/gcc/cpp: No such file or directory
Makefile:11: recipe for target 'softfloat32.o' failed
make: *** [softfloat32.o] Error 1
make: Leaving directory '/home/quatro/movfuscator/softfloat'
mkdir -p movfuscator/lib
cp softfloat/softfloat32.o movfuscator/lib/softfloat32.o
cp: cannot stat ‘softfloat/softfloat32.o’: No such file or directory
cp softfloat/softfloat64.o movfuscator/lib/softfloat64.o
cp: cannot stat ‘softfloat/softfloat64.o’: No such file or directory
cp softfloat/softfloatfull.o movfuscator/lib/softfloatfull.o
cp: cannot stat ‘softfloat/softfloatfull.o’: No such file or directory

from movfuscator.

 avatar commented on June 15, 2024

I get the same as the mojobojo with debian 7

from movfuscator.

praseodym avatar praseodym commented on June 15, 2024

Resolved on Debian 8 by executing sudo ln -swhich cpp-4.9/usr/lib/gcc/x86_64-linux-gnu/4.9/cpp, then editing build.sh to read GCCLN=/usr/lib/gcc/x86_64-linux-gnu/4.9/. Also needed i386 libraries on amd64.

from movfuscator.

xoreaxeaxeax avatar xoreaxeaxeax commented on June 15, 2024

Thanks, should be fixed now.

from movfuscator.

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.