ctuning / reproduce-milepost-project

Collective Knowledge workflow for the MILEPOST GCC (machine learning based compiler). See how it is used in the collaborative project with the Raspberry Pi foundation to support collaborative research for multi-objective autotuning and machine learning techniques, and prototype reproducible papers with portable workflows:
http://cKnowledge.org/rpi-crowd-tuning
GNU General Public License v2.0
47 stars 6 forks source link

Installation error on Windows machine #10

Open mohammed-manahi opened 4 years ago

mohammed-manahi commented 4 years ago

Hey, the third step in installation where it complies the plugins shows that following error:


  (full path = C:\Users\moham\CK-TOOLS\plugin-milepost-ctuning-2.5-gcc-4.4.4-windows-64\bin\ml-feat-proc.exe)

  Software entry found: plugin.milepost.ctuning (585b44b38178af8c)

  -----------------------------------
  Resolving software dependencies ...

*** Dependency 1 = compiler (C compiler):

    Resolved. CK environment UID = 3e7e73d4d8283b01 (version 4.4.4)

*** Dependency 2 = xsb (xsb compiler):

    Resolved. CK environment UID = 7d04a4d32a2f5ae1 (detected version 3.2)
  -----------------------------------
CK error: [package] software not found in a specified path (C:\Users\moham\CK-TOOLS\plugin-milepost-ctuning-2.5-gcc-4.4.4-windows-64\bin\ml-feat-proc.exe)!```
gfursin commented 4 years ago

Thank you for reporting @MManahi, My MILEPOST software is getting gradually outdated (10 years old) and there may be many issues with building particularly on Windows - I am not extending this project anymore and will unlikely to look at these issues soon. I know some other attempts to add MILEPOST-like feature extractor to LLVM ... MILEPOST Docker may still work though ...

mohammed-manahi commented 4 years ago

Sorry for late reply, is there any way to install the static code feature extraction tool ONLY on Windows 10?