Giter Site home page Giter Site logo

Comments (6)

MarcusTomlinson avatar MarcusTomlinson commented on August 26, 2024

I suggest you install DSPatch like this on the machine or VM that requires it:

git clone https://github.com/cross-platform/dspatch.git
cd dspatch
mkdir build
cd build
cmake ..
sudo make install

from dspatch.

eliodilar avatar eliodilar commented on August 26, 2024

ok i restart, your DSPatchTutorial file past him correctly in the simulator, i retry.

thanks

from dspatch.

eliodilar avatar eliodilar commented on August 26, 2024

it's a problem with the simulator, he doesn't recognize LD_LIBRARY_PATH=$(pwd) during running

from dspatch.

MarcusTomlinson avatar MarcusTomlinson commented on August 26, 2024

You don't need LD_LIBRARY_PATH=$(pwd) anymore if you install DSPatch as above.

I may be misunderstanding the situation but it sounds like /home/chapoul/sniper/fff may be a x86 process trying to link against an x64 build of DSPatch. If this is the case, you'll need to build DSPatch for x86.

from dspatch.

eliodilar avatar eliodilar commented on August 26, 2024

AAHhhhh! i have never think to that effectively after have watch simulator, taget is intel64 but in make file i see: lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/li

Building for x86 (intel64)
... exactly...

from dspatch.

eliodilar avatar eliodilar commented on August 26, 2024

solve, i have define gcc compilation for nehalem architecture ( architecture simulated).
g++ -march=nehalem hello.cpp -o fff -lDSPatch -L$(pwd)

from dspatch.

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.