Using QorIQ SDK 2.0 to build non-Linux executables

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

Using QorIQ SDK 2.0 to build non-Linux executables

跳至解决方案
1,350 次查看
kurtehrhardt
Contributor II

Can the QorIQ SDK v2.0 be used to build stand alone executables (non-Linux) for the QorIQ processors?  Plan to install the QorIQ SDK v2.0 on a Debian Linux distro and use the gcc toolchain to build executables.  Just want to use the gcc C/C++ toolchain with NXP tweaks for the T1042 instead of the vanilla PPC-eabi from gcc.gnu.org.  Thanks in advance for any info.

标签 (1)
1 解答
1,172 次查看
kurtehrhardt
Contributor II

This is exactly what I am looking for.  I have my own embedded kernel and do not use the C library functions in my application.  I can handle the C startup code as well.  Thank you.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,172 次查看
r8070z
NXP Employee
NXP Employee

Have a great day,

Using the SDK one can build bare metal applications like u-boot, Linux Kernel. But it is possible because they do not need C library and they implement C library functions they need. So in general the QorIQ SDK v2.0 be can used to build stand alone executables (non-Linux) for the QorIQ processors but you have to avoid using functions from the standard C/C++ library.

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,173 次查看
kurtehrhardt
Contributor II

This is exactly what I am looking for.  I have my own embedded kernel and do not use the C library functions in my application.  I can handle the C startup code as well.  Thank you.

0 项奖励
回复