Compilation fails when Gnuc tool command set to "tricore-as" and "tricore-ld" in BIFACES?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
E-John
Level 3
Level 3
10 replies posted First like given 25 sign-ins

Dear all,

Gnuc toolchain is used In BIFACES

Config.xml is used for setting different toolchain, tool, optionSet and command

1. for As tool, the command is set to "tricore-gcc" and for Ld tool, the command is set to "tricore-gcc"

     The compilation is successful for the setting above.

2. When I change the As tool command to "tricore-as" and Ld tool command to "tricord-ld"

     The compilation is failure when setting as point 2.

Why it fails when change the command value to correct settings?

 

 

0 Likes
1 Solution
Ken_Yeung
Moderator
Moderator
Moderator
10 replies posted 25 sign-ins 5 solutions authored

Hello E-John,

  For the GUNC, it uses HighTec package. Please refer to HighTec's usersguide.pdf document.

It provides the usage of tricore-gcc (e.g. III Components of the TriCore Development Platform).

The document location may be installed in folder (e.g. C:\HighTec\toolchains\tricore\v4.9.3.0-infineon-1.0\docs).

  In the BIFACES project, it uses tricore-gcc command for both As and Ld tool. Therefore, the options are set based on this usage. It may not suitable for tricore-as and tricore-ld.

Ken

View solution in original post

1 Reply
Ken_Yeung
Moderator
Moderator
Moderator
10 replies posted 25 sign-ins 5 solutions authored

Hello E-John,

  For the GUNC, it uses HighTec package. Please refer to HighTec's usersguide.pdf document.

It provides the usage of tricore-gcc (e.g. III Components of the TriCore Development Platform).

The document location may be installed in folder (e.g. C:\HighTec\toolchains\tricore\v4.9.3.0-infineon-1.0\docs).

  In the BIFACES project, it uses tricore-gcc command for both As and Ld tool. Therefore, the options are set based on this usage. It may not suitable for tricore-as and tricore-ld.

Ken