当前位置: 代码迷 >> VxWorks >> bootConfig.c解决办法
  详细解决方案

bootConfig.c解决办法

热度:5510   发布时间:2013-02-26 00:00:00.0
bootConfig.c
为什么vxWorks6.6的目录下面没有bootConfig.c ?还是由其他文件代替了?

------解决方案--------------------------------------------------------
使用usrConfig.c

添加BOOT_APP组件,调用bootApp()函数即可。
------解决方案--------------------------------------------------------
探讨

?
usrConfig.c是内核使用的.bootConfig.c是由bootrom使用的啊.
原来在all目录下是有这个bootConfig.c的,装了6.6,这个all目录下面就没有.
  相关解决方案