Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can update build instructions ? #65

Open
HongThatCong opened this issue Oct 16, 2024 · 0 comments
Open

Can update build instructions ? #65

HongThatCong opened this issue Oct 16, 2024 · 0 comments

Comments

@HongThatCong
Copy link
Contributor

Hi @hasherezade
Can you update the readme.md file to add the build instructions?

To build TinyTrace using MSVC, Pin MSVC and Windows, we can use the available makefiles from Intel Pin.
Easier, more convenient and more accurate. No need to depend on the Pin version.
Install Cygwin or Cygwin64 (recommended) with make package.
Define the environment variable PIN_ROOT to point to the Pin directory.
Should follow unix syntax, use / separator instead of \ separator.
Open x86/x64 Native Tools Command Prompt for VS xxx window

  • x64 for 64 bit build Pin Tools, TinyTracer64.dll
    Cd do TinyTracer dir, type:
    make
    If the build is successful, there will be TinyTracer64.dll in the obj-intel64 folder

  • x86 for 32 bit build Pin Tools, TinyTracer32.dll
    Cd do TinyTracer dir, type:
    make TARGET=ia32
    If the build is successful, there will be TinyTracer64.dll in the obj-ia32 folder

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant