<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org>
Hello, Any tips to make hare build without standard library like "freestanding" option for c language
<CRFMLBGPYXBN.1UO9X7SYP1YIJ@monch>
<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org>
(view parent)
You just need to supply your own rt::, see https://git.sr.ht/~sircmpwn/helios for an example
<CRFMLFQ9R3UO.VQFJH580VKEB@gura>
<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org>
(view parent)
Set your HAREPATH to an alternative root and provide an rt implementation there. See e.g. https://git.sr.ht/~sircmpwn/helios
<06055526-1982-4F57-9EA0-5E63808A063C@disroot.org>
<CRFMLFQ9R3UO.VQFJH580VKEB@gura>
(view parent)
On March 25, 2023 7:04:27 PM GMT+02:00, Drew DeVault <sir@cmpwn.com> wrote: >Set your HAREPATH to an alternative root and provide an rt Ok i see. Are there mandatory file which must exist in that rt directory >implementation there. > >See e.g. > >https://git.sr.ht/~sircmpwn/helios Hello,
<ba1473e8-2fed-44cd-a5e0-f630771b0250@sebsite.pw>
<06055526-1982-4F57-9EA0-5E63808A063C@disroot.org>
(view parent)
Mar 25, 2023 13:58:10 Guy-Fleury Iteriteka <gfleury@disroot.org>: > Ok i see. Are there mandatory file which must exist in that rt > directory See docs/runtime.txt in the harec repo.
<0DD8FC2A-E106-4FCA-AFD6-F741228E5272@disroot.org>
<ba1473e8-2fed-44cd-a5e0-f630771b0250@sebsite.pw>
(view parent)
On March 25, 2023 8:49:55 PM GMT+02:00, Sebastian <sebastian@sebsite.pw> wrote: >Mar 25, 2023 13:58:10 Guy-Fleury Iteriteka <gfleury@disroot.org>: >> Ok i see. Are there mandatory file which must exist in that rt directory > >See docs/runtime.txt in the harec repo. Thanks