Possible (Valid) values for TUNE_FEATURES for image creation for p202rdb board

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

Possible (Valid) values for TUNE_FEATURES for image creation for p202rdb board

1,315件の閲覧回数
markofrelih
Contributor III

What are possible (valid) values for yocto TUNE_FEATURES variable for image creation for p202rdb board and what do they mean and where do I override/set it?

Sincerely,

Marko

タグ(1)
0 件の賞賛
2 返答(返信)

918件の閲覧回数
markofrelih
Contributor III

Ok, but how do I force gcc to use P2020RDB's PowerPC 500v2 to use IEEE754 floating point, because, when we run .NET app with mono sublayer on board, doubles and floats are not working - they are always 0 or NaNs?

0 件の賞賛

918件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

TUNE_FEATURES -Features used to "tune" a compiler for optimal use given a specific processor. The features are defined within the tune files, is automatically defined as TUNE_FEATURES_tune-<tune>.

TUNE_FEATURES_tune-<tune> - Specify the features used to describe a specific tune.  This is a list of features that a t une support, each feature must be in the TUNEVALID list.

Please refer to the following in sources/poky/meta/conf/machine/include/tune-ppce500v2.inc.

TUNE_FEATURES_tune-ppce500v2 = "m32 spe ppce500v2"


Have a great day,
Yiping

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

0 件の賞賛