English 中文(简体)
Installing systemc SCV library on x86-64 machine
原标题:
  • 时间:2010-07-18 18:39:33
  •  标签:
  • systemc

When I tried to install the SCV library, I came accross with the following problem:

"checking build system type... Invalid configuration x86_64-unknown-linux-gnu : machine x86_64-unknown not recognized "

I copied the config.guess and config.sub from /usr/share/libtool/config to overwrite the existing config.guess and config.sub of SCV. Then I can configure further, but new problem is:

"configure: error: Target CPU type not supported: "x86_64""

I think SCV should support x86_64 target, so how can I solve this problem? Great thanks! Kun

问题回答

The SCV does not support x86_64 in its original configuration. Please see the patch at http://thawedoutnow.blogspot.tw/2013/02/scv-for-x8664-linux-patch.html. Your system might also need GNU automake, autoconf, m4, and some development tools to generate the new configure file.

Another one is directly modifying the configure file. Please see http://boyangdu.wordpress.com/2011/11/13/systemc-setup-on-f16-x86_64/ for details





相关问题
Understanding types in SystemC

I am a beginner in SystemC programming and there is one thing I noticed (looking in the SystemC official documentation): all types that I used to deal with in VHDL simulations have not been "ported" ...

selective access to bits on datatypes with C++

I m using C++ for hardware-based model design with SystemC. SystemC as a C++ extension introduces specific datatypes useful for signal and byte descriptions. How can I access the first bits of a ...

SystemC Seg Fault on sc_core::sc_in<bool>::read()

I am having a repeating seg fault while using SystemC. During initialization I set a value to 0. During operation of a testbench I am setting this value to 1 in a module (proc). This is a sc_signal ...

Does system C support tri-state logic?

Does System C support tri-state logic? That is, bits that can get 0, 1 or X, where X means "unknown"? If it does, does it also support vectors that can contain Xes, including logic and arithmetic ...

Installing systemc SCV library on x86-64 machine

When I tried to install the SCV library, I came accross with the following problem: "checking build system type... Invalid configuration x86_64-unknown-linux-gnu : machine x86_64-unknown not ...

VHDL/Verilog related programming forums? [closed]

Hardware design with VHDL or Verilog is more like programming nowadays. However, I see SO members are not so actively talking about VHDL/Verilog programming. Is there any forum dealing with hardware ...

热门标签