zoukankan      html  css  js  c++  java
  • IAR 编译错解决Error[e16]: Segment NEAR_Z (size: 0x16d align: 0) is too long for segment definition. At least 0x83 more bytes needed.

    Error[e16]: Segment NEAR_Z (size: 0x16d align: 0) is too long for segment definition. At least 0x83 more bytes needed. 

    The problem occurred while processing the segment placement command 

    "-Z(DATA)NEAR_I,NEAR_Z,NEAR_N=_..X_SRAM_BASE-_..X_SRAM_END", where at the moment of placement the 

    available memory ranges were "DATA:376-45f"

    Reserved ranges relevant to this placement:

    DATA:60-7f           CSTACK

    DATA:80-9f           RSTACK

    DATA:a0-45f          NEAR_I

    Error while running Linker

    主要原因是:RAM的使用容量超出芯片的RAM容量;

    解决办法:优化代码

  • 相关阅读:
    云计算-MapReduce
    云计算--hbase shell
    云计算--hdfs dfs 命令
    云计算--MPI
    jQuery 效果
    jQuery 效果
    JQuery效果隐藏/显示
    JQuery教程
    六级啊啊啊
    jQuery 安装
  • 原文地址:https://www.cnblogs.com/worldsing/p/3224445.html
Copyright © 2011-2022 走看看