toolchain for K60

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

toolchain for K60

跳至解决方案
1,380 次查看
Nima
Contributor I

hi

I've been browsing the freescale site for toolchain support for the K60.

Obviously, there is CW10.4 and IAR being very much mentioned here.

But, I was wondering whether there is just plain GCC cross compiler than can be used for this purpose?  Our organization is not a big fan of GUIs for development and we just prefer to use a simpler environment.

Anyhow with experience on using one?

I'm also looking into evaluating FreeRTOS. Anyone with any guidance as to the best toolchain to use (preferably free and simple)?

Thanks

标签 (1)
0 项奖励
回复
1 解答
1,143 次查看
BlackNight
NXP Employee
NXP Employee

Hi Nima,

yes, of course you can use plain GCC.

The following article explains how to do this:

DIY Free Toolchain for Kinetis: Part 1 – GNU ARM Build Tools | MCU on Eclipse

About FreeRTOS: if you follow the above article, then you will notice that I'm using sucessfully FreeRTOS with gcc (and as well with other tool chains, with and without IDE's). It is all free and simple. :-)

I hope this helps.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,144 次查看
BlackNight
NXP Employee
NXP Employee

Hi Nima,

yes, of course you can use plain GCC.

The following article explains how to do this:

DIY Free Toolchain for Kinetis: Part 1 – GNU ARM Build Tools | MCU on Eclipse

About FreeRTOS: if you follow the above article, then you will notice that I'm using sucessfully FreeRTOS with gcc (and as well with other tool chains, with and without IDE's). It is all free and simple. :-)

I hope this helps.

0 项奖励
回复
1,143 次查看
Nima
Contributor I

Wow, that's great - thank you!

I'll take a look it and report back ....

0 项奖励
回复