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
Solved! Go to Solution.
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
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