【问题标题】:how to run c code with simplescalar?如何使用 simplescalar 运行 c 代码?
【发布时间】:2016-07-13 00:00:07
【问题描述】:

我想用simplescalar 模拟感知器分支预测器。我用 c 编程语言编写了一个简单的代码。在simplescalar安装指南中这个命令会编译c代码:

$ $IDIR/bin/sslittle-na-sstrix-gcc –o hello hello.c

但我没有 bin 目录。我修改为这个命令:

$ $IDIR/sslittle-na-sstrix-gcc –o hello hello.c

同样的问题是没有sslittle-na-sstrix-gcc 目录。我不知道我该怎么办?? 提前致谢。

【问题讨论】:

    标签: c simulation branch-prediction


    【解决方案1】:

    sslittle-na-sstrix-gcc 不是目录。

    您应该寻找一些关于如何正确安装 SimpleScalar 的教程:

    SimpleScalar Installation Guide

    【讨论】:

      猜你喜欢
      • 2016-09-06
      • 2021-05-13
      • 1970-01-01
      • 2017-01-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-18
      • 1970-01-01
      相关资源
      最近更新 更多