2015 0604
工程编辑过程中出现内存不足的问题:
error #10099-D:
>> Compilation failure
program will not fit into available memory. placement with
alignment/blocking fails for section ".text" size 0x218a page 0. ...
http://www.oschina.net/code/explore/ffmpeg/libavcodec/arm/h264idct_neon.S
/**
* Copyright (c) 2008 Mans Rullgard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* m...
在kei mdk环境下开发嵌入式软件时,有时候会遇到类似下面的错误:
..Userstm32f10x_it.c(22): error: #5: cannot open source input file "usb_int.h": No such file or directory
这主要是头文件管理目录混乱造成的,通常,我们会把不同...
本人使用的TI公司生产的KeyStone结构的C6000系列的八核DSP——C6678,在程序运行时总是会在console界面输出提示:ti.sysbios.heaps.HeapMem: line 307: out of memory: handle=0x828f58, size=3572.如图所示。
...