AURIX development studio cannot compile xxx.S and xxx.asm assembly files

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

cross mob
xukai
Level 1
Level 1
First question asked Welcome!

AURIX development studio cannot compile xxx .S and xxx.asm assembly files,How to use IDE to compile xxx.s and xxx.asm assembly files

0 Likes
1 Solution
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored

Hello,

The default build configuration in AURIX Development Studio is based on the TASKING toolchain, which supports only the extension *.src for the assembly files.

The extensions s, S, asm and ASM are only supported by the "External GCC Toolchain", which is not active by default and requires an external GCC TriCore toolchain.

You can import the Code Example Assembly_C_Code_* to learn how to add an assembly file to your project (Import AURIX Project -> search for "Assembly", and select the code example for your board).

Regards

 

 

View solution in original post

0 Likes
1 Reply
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored

Hello,

The default build configuration in AURIX Development Studio is based on the TASKING toolchain, which supports only the extension *.src for the assembly files.

The extensions s, S, asm and ASM are only supported by the "External GCC Toolchain", which is not active by default and requires an external GCC TriCore toolchain.

You can import the Code Example Assembly_C_Code_* to learn how to add an assembly file to your project (Import AURIX Project -> search for "Assembly", and select the code example for your board).

Regards

 

 

0 Likes