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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
2,708 Views
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 Kudos
Reply
1 Solution
1,686 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,687 Views
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 Kudos
Reply
1,686 Views
fish_yu
Contributor III
Thank you very much.
0 Kudos
Reply