You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: