Bug 5835 - Compilation of assembler failed
Summary: Compilation of assembler failed
Status: CONFIRMED
Alias: None
Product: GNU Binary Toolchain
Classification: Unclassified
Component: arm-none-eabi (show other bugs)
Version: Arm GNU Toolchain 11.2-2022.02
Hardware: Other Linux
: --- enhancement
Target Milestone: ---
Assignee: vvinayag
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-01 09:53 UTC by jobrud
Modified: 2022-07-04 18:38 UTC (History)
3 users (show)

See Also:
Linux kernel version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jobrud 2022-04-01 09:53:20 UTC
With the last release of arm-none-eabi-gcc provided with gcc-arm-11.2-2022.02-x86_64-arm-none-eabi compilation of assembler code is failing. The reason is that the compiler does not pass its include directory arguments to the assembler. In contradiction to previous releases gcc was built without "--with-gnu-as" option. As many mcu manufactures providing SDK's which containing partly assembler code, I think this option should be enabled for provided toolchain.

The issue was already discussed here:

https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52288/arm-none-eabi-gcc-11-version-compiler-asmbler-failed
Comment 1 Maxim Kuvyrkov 2022-04-04 14:35:34 UTC
Hi Camille,

Are you the right person to look into this?
Comment 2 Maxim Kuvyrkov 2022-04-04 14:35:54 UTC
Hi Camille,

Are you the right person to look into this?
Comment 3 vvinayag 2022-07-04 18:38:50 UTC
This has been looked into, and --with-gnu-as will be used in the next release.