Replies: 4 comments 6 replies
-
binutils 2.43 was just released a few days ago; it'll be part of the next xPack release. |
Beta Was this translation helpful? Give feedback.
-
Can you confirm that the assembler in binutils 2.43 accepts the @TommyMurphyTM1234, Tommy, do you know something about this? |
Beta Was this translation helpful? Give feedback.
-
For what it's worth I built the toolchain with GCC 14 and Binutils 2.43 sources and the assembler did not complain when the
|
Beta Was this translation helpful? Give feedback.
-
ilg-ul, Tommy, thank you very much for investigating so quickly. It’s a great help. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I'm new to posting on this Discussion and I have a few questions about xPack GNU RISC-V Embedded GCC v14.2.0-1. Could you please help me with it? Thank you in advance for your assistance!
Since GCC version 14 supports "code size reduction extensions" of the RISC-V specification, I am trying to build my software using this feature. First, I tried using zca and zcb extensions, and the build was successful without any issues. However, when I added zcmp extension and tried to build, I encountered an error during the execution of the Assembler.
Here are the detailed options and results. I would appreciate any advice on how to resolve this error and enable successful builds using zcmp.
[Case 1]
-march=rv32imc_zicsr_zca_zcb_zba_zbb_zbs
-mabi=ilp32
=>Completed both the compilation and assembly without any issues.
[Case 2]
-march=rv32imc_zicsr_zca_zcb_zcmp_zba_zbb_zbs
-mabi=ilp32
=>Completed the compilation, but I encountered the following error during the assembly.
I'm not sure if this is related, but I have a question about the version of the GNU assembler included in this xPack. I understand that the latest version of GNU assembler is version 2.43, but it seems that the current version included in this xPack is version 2.42. Is there any plan to release an xPack that supports version 2.43 in the future?
Thank you all for taking the time to read my question. I appreciate any insights or suggestions you can provide. Looking forward to your responses. Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions