RE: memcpy issue with arm-gnu-toolchain-14.2.rel1-x86_64-aarch64-none-elf

2025-04-17 Thread Wasim Khan via Gcc
ten get email from richard.earns...@arm.com. Learn why this is > important at https://aka.ms/LearnAboutSenderIdentification ] > > On 17/04/2025 07:49, Wasim Khan via Gcc wrote: > > Hi, > > > > I have a custom implementation of memcpy() function and don't want to use

RE: GCOV issue with GCC-14.2

2025-04-17 Thread Wasim Khan via Gcc
++ gcc@gcc.gnu.org > -Original Message- > From: Wasim Khan > Sent: 15 April 2025 12:41 > To: gcc-h...@gcc.gnu.org > Subject: GCOV issue with GCC-14.2 > > Hi, > > I am using GCOV for test coverage in a project using instructions for > freestanding environment > > Below are the flags i us

memcpy issue with arm-gnu-toolchain-14.2.rel1-x86_64-aarch64-none-elf

2025-04-16 Thread Wasim Khan via Gcc
Hi, I have a custom implementation of memcpy() function and don't want to use implementation provided by libc.a. Things works fine with toolchain version 12.3 and my local implementation in utils.c is considered. But when I move to toolchain version 14.2 , I am getting below error. Linking ...