免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: iGoodmood
打印 上一主题 下一主题

【求助】 移植Perl到ARM平台遇到问题 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2011-08-23 10:00 |只看该作者
回复 9# 兰花仙子


    嵌入式的东西还是没办法全都在WDS上搞的

论坛徽章:
0
12 [报告]
发表于 2011-09-15 17:02 |只看该作者
据悉此问题可以通过在pudn上买一份资料解决。

论坛徽章:
0
13 [报告]
发表于 2011-09-17 17:59 |只看该作者
Parsing flags for 483.xalancbmk base: ERROR: While parsing flags, the compartment returned:
        'eval "string"' trapped by operation mask at /usr/lib/perl5/5.10.0/Carp.pm line 33.
Compilation failed in require at /usr/lib/perl5/5.10.0/utf8.pm line 19.
这个错误有没有人碰到过啊?

论坛徽章:
0
14 [报告]
发表于 2011-09-17 18:00 |只看该作者
runspec finished at Thu Jan  1 17:34:13 1970; 76 total seconds elapsed
runspec v6152 - Copyright 1999-2008 Standard Performance Evaluation Corporation
Using 'unknown' tools
Reading MANIFEST... 18334 files
Loading runspec modules................
Locating benchmarks...found 31 benchmarks in 6 benchsets.
Reading config file '/mnt/benchmark/config/arm.cfg'
Benchmarks selected: 464.h264ref
Compiling Binaries
  Up to date 464.h264ref base phosphor default


Setting Up Run Directories
  Setting up 464.h264ref ref base phosphor default: existing (run_base_ref_phosphor.0000)
Running Benchmarks
  Running 464.h264ref ref base phosphor default

*** Miscompare of foreman_ref_baseline_encodelog.out; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/foreman_ref_baseline_encodelog.out.mis

*** Miscompare of foreman_ref_baseline_leakybucketparam.cfg; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/foreman_ref_baseline_leakybucketparam.cfg.mis

*** Miscompare of foreman_ref_main_encodelog.out; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/foreman_ref_main_encodelog.out.mis

*** Miscompare of foreman_ref_main_leakybucketparam.cfg; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/foreman_ref_main_leakybucketparam.cfg.mis

*** Miscompare of sss_main_encodelog.out; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/sss_main_encodelog.out.mis

*** Miscompare of sss_main_leakybucketparam.cfg; for details see
    /mnt/benchmark/benchspec/CPU2006/464.h264ref/run/run_base_ref_phosphor.0000/sss_main_leakybucketparam.cfg.mis
Error: 1x464.h264ref
Producing Raw Reports
mach: default
  ext: phosphor
    size: ref
      set: int
        format: raw -> /mnt/benchmark/result/CINT2006.034.ref.rsf
Parsing flags for 464.h264ref base: ERROR: While parsing flags, the compartment returned:
        'eval "string"' trapped by operation mask at /usr/lib/perl5/5.10.0/Carp.pm line 33.
Compilation failed in require at /usr/lib/perl5/5.10.0/utf8.pm line 19.


done
Doing flag reduction: done
        format: ASCII -> /mnt/benchmark/result/CINT2006.034.ref.txt
      set: fp

The log for this run is in /mnt/benchmark/result/CPU2006.034.log
The debug log for this run is in /mnt/benchmark/result/CPU2006.034.log.debug

runspec finished at Thu Jan  1 19:34:05 1970; 7187 total seconds elapsed

这个错误也一直没有解决,有高手指点没有啊,谢了。

论坛徽章:
0
15 [报告]
发表于 2011-11-29 16:52 |只看该作者
楼主大哥,这么长时间了,你那个搞定了没啊.我现在也遇到此类问题了,卡在这动不了哪

论坛徽章:
41
操作系统版块每日发帖之星
日期:2016-08-21 06:20:00每日论坛发贴之星
日期:2016-05-05 06:20:00操作系统版块每日发帖之星
日期:2016-05-05 06:20:00IT运维版块每日发帖之星
日期:2016-05-05 06:20:0015-16赛季CBA联赛之山西
日期:2016-04-27 08:49:00操作系统版块每日发帖之星
日期:2016-04-25 06:20:00操作系统版块每日发帖之星
日期:2016-04-17 06:23:2815-16赛季CBA联赛之吉林
日期:2016-03-25 15:46:3415-16赛季CBA联赛之四川
日期:2016-03-25 14:26:19操作系统版块每日发帖之星
日期:2016-05-27 06:20:00操作系统版块每日发帖之星
日期:2016-05-28 06:20:00IT运维版块每日发帖之星
日期:2016-08-18 06:20:00
16 [报告]
发表于 2016-04-09 14:07 |只看该作者
你找厂家的SDK,里面一般带的有这种东西,自己移植太费时间了

论坛徽章:
0
17 [报告]
发表于 2019-04-02 10:51 |只看该作者
gfortran,我需要交叉编译atlas库,提示需要gfortran库,但我没有arm下的gfortran编译工具?如何制作arm下的gfortran.标准的只有CC=arm-none-linux-gnueabi-gcc \
              CXX=arm-none-linux-gnueabi-g++ \
              AR=arm-none-linux-gnueabi-ar \
              RANLIB=arm-none-linux-gnueabi-ranlib \
              --host=arm-none-linux-gnueabi\
              --build=x86_64-linux-gnu \
              --target=arm-none-linux-gnueabi \

论坛徽章:
0
18 [报告]
发表于 2019-04-02 10:52 |只看该作者
邮箱,sunnaxun@163.com
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP