Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P)
发布时间:2024-08-02
是链接(Link)时出错:
Fatal Error[e72]: Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P)
原因是IAR新版本使用旧版本文件
解决方法:
打开project->options->linker->config->override default
选择文件C:Program Files (x86)IAR SystemsEmbedded Workbench 6.0 Evaluation8051configdevicesTexas Instrumentslnk51ew_cc2530F256_banked.xcl
选择banked的xcl文件即可,具体的文件可根据所用的芯片型号来选择。
文章来源于:电子工程世界 原文链接
本站所有转载文章系出于传递更多信息之目的,且明确注明来源,不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。
相关文章
如何将UCOSII移植到51单片机上(2023-07-26)
。.. */
/* 。.. MUST be 》 0 */
#define OS_MAX_FLAGS 1 /* Max. number of Event Flag Groups in your application......
linux 中断驱动和led驱动读写的函数清单(2023-09-05)
了绝对地址和相对地址之间的关系。
//这个函数必须有 证书许可证
MODULE_LICENSE("GPL"); //MUST BE INCLUDED
关于中断的函数
1.request_irq......
Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P);是链接(Link)时出......
arm 添加 samb 文件共享(2023-09-01)
58 ; printing = cups
59
60 # Uncomment this if you want a guest account, you must add......
mini2440 madplay移植出现问题解决(2024-06-21)
was not found*** You must first install zlibz(libz) before you can build this package.*** If libmad......
U-Boot移植(16)ylp2410网卡dm9000aep(2023-08-28)
board_info *db = &dm9000_info; /* Check packet ready or not, we must check the ISR......
编程示例使用Kotlin从XE系列示波器中检索数据(2024-06-18)
. Redistributions of source code must retain the above copyright
notice, this list of conditions......
init_mempool()(2024-07-30)
to use for thememory pool.NOTEThis function must be used to setup the memory pool beforeany other......
mini2440 移植 Java虚拟机的错误处理(2024-06-27)
; compilation must use -DAAPCS.
所以除了要在GNUmakefile 之中,修改 USE_AAPCS ?= false 为 true , 还要在 CVM_DEFINES += 这一......
ARM处理器基础Cortex-M4(2024-07-10)
control block • Might have restricted access to memory or peripherals • Must use the SVC......