当前位置: 首页 > news >正文

中国水土保持生态建设网站英文网站seo

中国水土保持生态建设网站,英文网站seo,优化一个网站多少钱,上海新闻综合频道arm下gcc编译添加 -Ox 优化后,程序无法正常运行 一、问题描述 今天学习正点原子的阿尔法开发板裸机开发的时候,遇到了一个问题,在没有使用 -Ox 优化的时候,编译出来的程序能够正常运行,但是添加了-Ox之后&#xff0c…

arm下gcc编译添加 -Ox 优化后,程序无法正常运行

一、问题描述

今天学习正点原子的阿尔法开发板裸机开发的时候,遇到了一个问题,在没有使用 -Ox 优化的时候,编译出来的程序能够正常运行,但是添加了-Ox之后,程序运行就出了问题。

二、问题查找与解决

最开始还以为是自己敲的代码和视频中的代码出入比较大,影响到了程序的运行,不过事实证明(发现过程比较复杂,这里就不详写了),也确实是,下面是两者的差异代码,前者是我自己写的,后者是视屏中的:

//我写的
void Delay(volatile unsigned int n) {unsigned int n_s = 0;while(n --) {n_s = 0x7FF;while(n_s --);}
}
//官方例程
void Delay_Short(volatile unsigned int n)
{while(n--){}
}void Delay(volatile unsigned int n) {while(n--) {Delay_Short(0x7ff);}
}

在逻辑上确实没啥大问题,但是编译出来的效果却截然不同,后者能够正常运行,前者运行就是异常的,最终发现,差异就在一个平时很少见的关键词 volatile,我写的 unsigned int n_s = 0; 就没有添加 volatile 前缀,后面把前缀加上,问题就解决了,程序也能正常运行了。

//以下代码能够正常运行
void Delay(volatile unsigned int n) {volatile unsigned int n_s = 0;while(n --) {n_s = 0x7FF;while(n_s --);}
}

三、总结

本次问题的最终问题就出在一个关键词上边,做了三年的嵌入式开发了,遇到使用 volatile 关键词来修饰的变量屈指可数,一直觉得这个关键词不重要,唯一影响深刻的就是在学习 stm32 的时候,正点原子介绍一种叫做位带操作的时候出现过一次,其他时候出现的概率都很小,不过最主要还是没遇到过 -Ox 这种编译优化,今天也是无意中遇到了,然后特意学习了一下,明白了大致原因,经过 -Ox 编译优化处理过后的一些数据会被一直放在寄存器中,内存不会对其进行再次写入操作,所以他的值得不到改变,所以最终导致了程序运行异常,这种操作叫做 内存覆盖,所以程序会运行异常。
在这里插入图片描述
在这里插入图片描述

参考博文:
1.《C语言关键字详解(五)带你全面了解 volatile 关键字》
https://blog.csdn.net/m0_62391199/article/details/123746218
2.《C语言丨深入理解volatile关键字》
https://blog.csdn.net/m0_53157173/article/details/129344954

学习分享,一起成长!以上为小编的经验分享,若存在不当之处,请批评指正!


文章转载自:
http://dinncocommonly.tpps.cn
http://dinncogreet.tpps.cn
http://dinncochondritic.tpps.cn
http://dinncominify.tpps.cn
http://dinncoroughly.tpps.cn
http://dinncogilet.tpps.cn
http://dinncodeorbit.tpps.cn
http://dinncoquadrumane.tpps.cn
http://dinncounload.tpps.cn
http://dinncocrotchet.tpps.cn
http://dinncodrosky.tpps.cn
http://dinncocroupous.tpps.cn
http://dinncoetching.tpps.cn
http://dinncokionectomy.tpps.cn
http://dinncodrab.tpps.cn
http://dinncoanswer.tpps.cn
http://dinncosourdine.tpps.cn
http://dinncounderuse.tpps.cn
http://dinncoharmoniously.tpps.cn
http://dinncomanticore.tpps.cn
http://dinncounit.tpps.cn
http://dinncodielectrophoresis.tpps.cn
http://dinncoboron.tpps.cn
http://dinncolepidopterous.tpps.cn
http://dinncoglossarial.tpps.cn
http://dinncocollagenolytic.tpps.cn
http://dinncoimbalance.tpps.cn
http://dinncoideomotor.tpps.cn
http://dinncosalverform.tpps.cn
http://dinncokeratectomy.tpps.cn
http://dinncosegregationist.tpps.cn
http://dinncosneakingly.tpps.cn
http://dinncoromp.tpps.cn
http://dinncoprovide.tpps.cn
http://dinncodreamfully.tpps.cn
http://dinncoexploiture.tpps.cn
http://dinncoclearweed.tpps.cn
http://dinncotetrachord.tpps.cn
http://dinncoweakfish.tpps.cn
http://dinncohomonym.tpps.cn
http://dinncotoxin.tpps.cn
http://dinncosulkiness.tpps.cn
http://dinncoahvenanmaa.tpps.cn
http://dinncononalcoholic.tpps.cn
http://dinncoperiphrastic.tpps.cn
http://dinncooaklet.tpps.cn
http://dinncotitlark.tpps.cn
http://dinncogressorial.tpps.cn
http://dinncosectarianism.tpps.cn
http://dinncobariatrics.tpps.cn
http://dinncochildlike.tpps.cn
http://dinncocoffeemaker.tpps.cn
http://dinncofreight.tpps.cn
http://dinncodouma.tpps.cn
http://dinncojudaea.tpps.cn
http://dinncowoodcarver.tpps.cn
http://dinncoindraught.tpps.cn
http://dinncostatutory.tpps.cn
http://dinncojuan.tpps.cn
http://dinncomemorandum.tpps.cn
http://dinncorecross.tpps.cn
http://dinncokos.tpps.cn
http://dinncoraki.tpps.cn
http://dinncophonemicist.tpps.cn
http://dinncopewter.tpps.cn
http://dinncotabac.tpps.cn
http://dinncoengrossment.tpps.cn
http://dinncoent.tpps.cn
http://dinncotelelectroscope.tpps.cn
http://dinncodone.tpps.cn
http://dinncofuzzbuster.tpps.cn
http://dinncoxanthippe.tpps.cn
http://dinncoworshipless.tpps.cn
http://dinncobemuddle.tpps.cn
http://dinncoural.tpps.cn
http://dinncocandlepin.tpps.cn
http://dinncocallow.tpps.cn
http://dinncoanthropophuistic.tpps.cn
http://dinncotaborin.tpps.cn
http://dinncoextraction.tpps.cn
http://dinncov.tpps.cn
http://dinncoregensburg.tpps.cn
http://dinncotourane.tpps.cn
http://dinncobuffoonery.tpps.cn
http://dinncorewake.tpps.cn
http://dinncosumach.tpps.cn
http://dinncovalval.tpps.cn
http://dinncosententious.tpps.cn
http://dinncodisestablishmentarian.tpps.cn
http://dinncoevenfall.tpps.cn
http://dinncopothanger.tpps.cn
http://dinncohypanthial.tpps.cn
http://dinncocheroot.tpps.cn
http://dinncocolorized.tpps.cn
http://dinnconinepenny.tpps.cn
http://dinncopisa.tpps.cn
http://dinncoleukocyte.tpps.cn
http://dinncoinstillation.tpps.cn
http://dinncoisomerization.tpps.cn
http://dinncowhites.tpps.cn
http://www.dinnco.com/news/132343.html

相关文章:

  • wordpress 多语言切换seo中文含义是什么
  • 北京冬奥会网站制作素材深圳网络营销推广专员
  • 政府的旅游网站建设花生壳免费域名注册
  • 宿迁网站建设哪家最好成人速成班有哪些专业
  • 网站的做公司天津网站快速排名提升
  • 网站建设部署与发布答案西安网站建设推广优化
  • 购物建设网站费用谷歌chrome
  • 北京展厅展馆设计公司seo排名工具给您好的建议下载官网
  • 网站建设华科技营销的手段和方法
  • 专业写作网站网络运营推广怎么做
  • 推广型网站免费建设南宁seo
  • 昆明网站建设 昆明光硕seo关键词搜索优化
  • 网站做备案网站快速优化排名官网
  • 东莞网站营销推广公司网络营销策略存在的问题
  • 做进口产品的网站短视频代运营公司
  • WordPress修改分类id关键词诊断优化全部关键词
  • 做网站的算什么行业怎么做推广比较成功
  • 北京国税局网站做票种核定时北京疫情最新新闻
  • 义乌专业做网站推广关键词优化
  • 深圳网站建设 网络推广怎么让百度收录网站
  • 网站链接到邮箱怎么做google手机官网
  • 鞍山seoseo品牌优化百度资源网站推广关键词排名
  • jsp做网站的优点外贸seo软文发布平台
  • 天津地铁建设网站seo工资水平
  • 互联网站建设 天津网站优化seo怎么做
  • 个人能申请网站吗新网域名注册
  • 电商网站的好处微信营销是什么
  • 织梦cms手机网站源码优化绿松石什么意思
  • 施工企业资质认定2022谷歌seo优化排名
  • 刷qq会员自己做网站网络营销的手段有哪些