JavaShuo
欄目
標籤
解決Error: L6406E: No space in execution regions with .ANY selector matching xxx.o(.data).
時間 2021-07-10
標籤
工作
s32k
keil5
简体版
原文
原文鏈接
開發過程遇到如題的錯誤,分別採取瞭如下兩步操作,問題較好解決。 IDE環境:keil5 MCU:S32K144 OS:freeRTOS 1. 啓用用C微庫: 編譯後錯誤消失,同時發現RAM佔用過大的問題,仔細對比map文件和源碼後發現freeRTOS的棧類型是 StackType_t, 具體定義如下: 前面移植代碼時沒留意任務棧的類型,默認是uint8_t。 2. 調整棧的大小問題得到較好解決
>>阅读原文<<
相關文章
1.
Keil 連接錯誤 Error: L6406E: No space in execution regions with .ANY selector matching
2.
Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss).
3.
stm32f103 ..\OBJ\UCOSII-1.axf: Error: L6406E: No space in execution regions with .ANY selector mat
4.
keil空間不足,L6406E: No space in execution regions with .ANY selector
5.
keil空間不足,.\Objects\template.axf: Error: L6406E: No space in execution regions with .ANY selector mat
6.
.\Objects\newproject.axf: Error:L6406E:NO space in execution regions with .ANY selector matching hea
7.
STM32 出現 no space in execution regions with .ANY......
8.
LittlevGL移植( Error: L6406E: No space in execution regions ...解決方法)
9.
keil下載時出現錯誤:No space in execution regions with
10.
移植野火ucos例程stm32F103ZET6到C8T6上時,遇到內存溢出的問題,以及解決方法
更多相關文章...
•
SVN 解決衝突
-
SVN 教程
•
XSLT
和
元素
-
XSLT 教程
•
Scala 中文亂碼解決
•
RxJava操作符(五)Error Handling
相關標籤/搜索
execution
matching
regions
selector
space
error
解決
selector+shape
with+this
with...connect
Spring教程
NoSQL教程
MyBatis教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
部署Hadoop(3.3.0)僞分佈式集羣
2.
從0開始搭建hadoop僞分佈式集羣(三:Zookeeper)
3.
centos7 vmware 搭建集羣
4.
jsp的page指令
5.
Sql Server 2008R2 安裝教程
6.
python:模塊導入import問題總結
7.
Java控制修飾符,子類與父類,組合重載覆蓋等問題
8.
(實測)Discuz修改論壇最後發表的帖子的鏈接爲靜態地址
9.
java參數傳遞時,究竟傳遞的是什麼
10.
Linux---文件查看(4)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Keil 連接錯誤 Error: L6406E: No space in execution regions with .ANY selector matching
2.
Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss).
3.
stm32f103 ..\OBJ\UCOSII-1.axf: Error: L6406E: No space in execution regions with .ANY selector mat
4.
keil空間不足,L6406E: No space in execution regions with .ANY selector
5.
keil空間不足,.\Objects\template.axf: Error: L6406E: No space in execution regions with .ANY selector mat
6.
.\Objects\newproject.axf: Error:L6406E:NO space in execution regions with .ANY selector matching hea
7.
STM32 出現 no space in execution regions with .ANY......
8.
LittlevGL移植( Error: L6406E: No space in execution regions ...解決方法)
9.
keil下載時出現錯誤:No space in execution regions with
10.
移植野火ucos例程stm32F103ZET6到C8T6上時,遇到內存溢出的問題,以及解決方法
>>更多相關文章<<