avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
129 stars 63 forks source link

Integrate MARSSX86 With DRAMSim2 on Cigwin #29

Closed eng-ahmed-shafik closed 11 years ago

eng-ahmed-shafik commented 11 years ago

Dears,

Im trying from a while to integrate the MARSS with DRAMSIM2. It gives the below error even after installing gcc 4.5.3 (x86_64-w64-mingw32-gcc-4.5.3.exe). Is there any solution ?

scons dramsim=/cygdrive/c/users/ahmed/Downloads/DRAMSIM/DRAMSim2 scons: Reading SConscript files ... running with -j16 Checking whether the C++ compiler worksyes yes ERROR: Marss does not support 32 bit x86 machine. ERROR: Please compile/run Marss on 64 bit x86 machine.

scons: *\ Return of non-existent variable ''ret_str'' File "/cygdrive/c/users/ahmed/downloads/DRAMSIM/marss.dramsim/qemu/SConfigure", line 32, in exit_with_error

fitzfitsahero commented 11 years ago

Your mingw is 32bit instead of 64, which is why you're getting the first error.

We also currently don't support cygwin.