zoukankan      html  css  js  c++  java
  • Compiler options do not specify -mv64+, but configuration is for C64x+

     2013-06-20 10:02:47

    错误报告:

    "pin_connect_cfg.s62", ERROR!   at line 365: [ ***** USER ERROR ***** - ]
             Project build options do not match Global configuration settings. 
               Compiler options do not specify -mv64+, but configuration is for
               C64x+
                 .emsg "Project build options do not match Global configuration settings.  Compiler options do not specify -mv64+, but configuration is for C64x+"

    "pin_connect_cfg.s62", ERROR!   at EOF: [E0300] The following symbols are
                                                    undefined:
    2 Assembly Errors, No Assembly Warnings
      GBL_L2MARMASK
      HWI_INTRMULTLOW
      HWI_INTRMULTHIGH

    Errors in Source - Assembler Aborted

    >> Compilation failure

    [pin_connect_cfg_c.c] "C:CCStudio_v3.3C6000cgtoolsincl6x" -g -fr"E:/CCS_tutorial_2013_06_20/pin_connect/Debug" -d"_DEBUG" -@"Debug.lkf" "pin_connect_cfg_c.c"

    Build Complete,
      2 Errors, 0 Warnings, 0 Remarks.

    出错原因:

    工程的编译设置和ccs全局的设置不相匹配。ccs全局设置为c64x+,而编译选项为-mv64+。

    解决办法:

    Go to Project->Build Options, select the compiler tab & the basic page, then change the target version to c64+.

  • 相关阅读:
    16 把第 i 个结点从链表中删除
    15 在特定结点前插入新的元素
    14 求链表的表长
    13 返回特定数据域的结点个数
    12 按号定位
    11 按值定位
    11 头插入法创建链表)
    09 尾插入法创建单链表(实现2)
    08 尾插入法创建单链表(实现1)
    centos6.5 安装gcc 4.9.0
  • 原文地址:https://www.cnblogs.com/youngforever/p/3145457.html
Copyright © 2011-2022 走看看