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
++ 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
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 ...