~sircmpwn/hare-users

5 4

Freestanding in hare

Guy-Fleury Iteriteka <gfleury@disroot.org>
Details
Message ID
<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org>
DKIM signature
pass
Download raw message
Hello,

Any tips to make hare build without standard library like "freestanding" option for c language
Details
Message ID
<CRFMLBGPYXBN.1UO9X7SYP1YIJ@monch>
In-Reply-To
<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org> (view parent)
DKIM signature
pass
Download raw message
You just need to supply your own rt::, see
https://git.sr.ht/~sircmpwn/helios for an example
Details
Message ID
<CRFMLFQ9R3UO.VQFJH580VKEB@gura>
In-Reply-To
<1F13AEDE-C18D-498E-AB65-365D423773D7@disroot.org> (view parent)
DKIM signature
pass
Download raw message
Set your HAREPATH to an alternative root and provide an rt
implementation there.

See e.g.

https://git.sr.ht/~sircmpwn/helios
Guy-Fleury Iteriteka <gfleury@disroot.org>
Details
Message ID
<06055526-1982-4F57-9EA0-5E63808A063C@disroot.org>
In-Reply-To
<CRFMLFQ9R3UO.VQFJH580VKEB@gura> (view parent)
DKIM signature
pass
Download raw message
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,
Details
Message ID
<ba1473e8-2fed-44cd-a5e0-f630771b0250@sebsite.pw>
In-Reply-To
<06055526-1982-4F57-9EA0-5E63808A063C@disroot.org> (view parent)
DKIM signature
pass
Download raw message
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.
Guy-Fleury Iteriteka <gfleury@disroot.org>
Details
Message ID
<0DD8FC2A-E106-4FCA-AFD6-F741228E5272@disroot.org>
In-Reply-To
<ba1473e8-2fed-44cd-a5e0-f630771b0250@sebsite.pw> (view parent)
DKIM signature
pass
Download raw message
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
Reply to thread Export thread (mbox)