Where are comp.c, boot.comp, link.comp, bsp.mk which are all described in the MQXUG?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Where are comp.c, boot.comp, link.comp, bsp.mk which are all described in the MQXUG?

跳至解决方案
2,710 次查看
fish_yu
Contributor III

Dear EAI

I am sorry to bother you. I must to consult an old problem. Where are comp.c, boot.comp, link.comp, bsp.mk which are all described in the MQXUG? I have already read an old post in here and your reply.

Here :

http://forums.freescale.com/freescale/board/message?board.id=MQXGEN&thread.id=55

 

I must say that I am sorry , and I can't understand your reply . Your mean that the comp.c,boot.comp,link.comp and bsp.mk have changed new names in MQX RTOS 3.10 ??

Now, what are their  new names?

I have not found them in all files about MQX RTOS and Other  related files in directories of CodeWarrior 7.1 .

Where are they??

Could you help me to explain simply ? 

 

SIncerely Yours

Fish_Yu

Message Edited by fish_yu on 2009-06-19 07:27 PM
Message Edited by fish_yu on 2009-06-19 07:31 PM
0 项奖励
回复
1 解答
1,688 次查看
Graeme_Embedded
Contributor I

I will attempt to summarize the post you mention:

 

"comp" is a placeholder for whichever compiler you are using.  For us, that is Codewarrior or "cw".

 

comp.c -cw.c

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\cw.c

 

boot.comp - boot.cw, no longer there.  This code has been moved to vectors.c

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\vectors.c


link.comp - this is a placeholder for the linker command file, now using a naming convention of {MEMORY_TYPE}.lcf

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\intram.lcf

         C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\intflash.lcf

         C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\extmram.lcf

 

bsp.mk – not used in the Freescale MQX.

 

For more details, see the original post:

http://forums.freescale.com/freescale/board/message?board.id=MQXGEN&thread.id=55

Message Edited by Graeme - Embedded Access on 2009-06-22 03:27 PM

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,689 次查看
Graeme_Embedded
Contributor I

I will attempt to summarize the post you mention:

 

"comp" is a placeholder for whichever compiler you are using.  For us, that is Codewarrior or "cw".

 

comp.c -cw.c

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\cw.c

 

boot.comp - boot.cw, no longer there.  This code has been moved to vectors.c

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\vectors.c


link.comp - this is a placeholder for the linker command file, now using a naming convention of {MEMORY_TYPE}.lcf

    eg: C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\intram.lcf

         C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\intflash.lcf

         C:\Program Files\Freescale\Freescale MQX 3.2\mqx\source\bsp\m52259evb\extmram.lcf

 

bsp.mk – not used in the Freescale MQX.

 

For more details, see the original post:

http://forums.freescale.com/freescale/board/message?board.id=MQXGEN&thread.id=55

Message Edited by Graeme - Embedded Access on 2009-06-22 03:27 PM
0 项奖励
回复
1,688 次查看
fish_yu
Contributor III
Thank you very much.
0 项奖励
回复