tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] win32: -Wl,-nostdlib: undefined symbol 'memset'


From: wine.dev
Subject: Re: [Tinycc-devel] win32: -Wl,-nostdlib: undefined symbol 'memset'
Date: Sat, 09 Sep 2023 17:01:38 +0000

you tell tcc to ignore the std c library during linking, so you have to
provide an implementation yourself.
tcc uses memset to init  'buf'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]