Using QorIQ SDK 2.0 to build non-Linux executables

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using QorIQ SDK 2.0 to build non-Linux executables

ソリューションへジャンプ
901件の閲覧回数
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 解決策
723件の閲覧回数
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 返答(返信)
723件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------

724件の閲覧回数
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 件の賞賛
返信