Hello,
Madhu patel, le jeu. 09 mars 2023 13:01:51 +0530, a ecrit:
> I have gone through the page, and I meet some requirements as mentioned. I
> have
> good knowledge of C and am currently in the process of learning Rust. At the
> moment, I am working on [1][1]. Can you recommend any other skills
On 9 Mar 2023, at 19:44, Sergey Bugaev wrote:
>
> On Thu, Mar 9, 2023 at 8:26 PM Andreas Schwab wrote:
>> Similarily, something is pulling in strtoul.os because it references a
>> symbol from there not defined by ../sysdeps/mach/hurd/dl-sysdep.c.
>>
>> elf/librtld.mapT should tell you where the
On Thu, Mar 9, 2023 at 8:26 PM Andreas Schwab wrote:
> Similarily, something is pulling in strtoul.os because it references a
> symbol from there not defined by ../sysdeps/mach/hurd/dl-sysdep.c.
>
> elf/librtld.mapT should tell you where the references come from.
Thank you!!!
Apparently I'm misu
On Mär 09 2023, Sergey Bugaev wrote:
> x86_64-gnu-gcc -nostdlib -nostartfiles -r -o elf/librtld.map.o
> elf/librtld.mapT.o '-Wl,-(' elf/dl-allobjs.os libc_pic.a
> mach/libmachuser_pic.a hurd/libhurduser_pic.a -lgcc '-Wl,-)'
> -Wl,-Map,elf/librtld.mapT
> x86_64-gnu/bin/ld: libc_pic.a(_exit.os): in
Hello!
So continuing with the x86_64-gnu port, I wrote and tweaked some things and
got it to compile further, and now I'm facing linking issues. I've been
scratching my head (figuratively...) about this one for > 24 hours now, so
it's only appropriate that I ask for some help.
First, the error me
On Thu, Mar 9, 2023 at 12:07 PM Sergey Bugaev wrote:
> On Thu, Mar 9, 2023 at 10:39 AM Flávio Cruz wrote:
> > I suspect you have to rebuild MiG because it needs to get the new
> > definitions
> > for mach_msg_type_t and mach_msg_type_long_t. Let me know if you still run
> > into problems.
>
> Ah
On Thu, Mar 9, 2023 at 10:39 AM Flávio Cruz wrote:
> I suspect you have to rebuild MiG because it needs to get the new definitions
> for mach_msg_type_t and mach_msg_type_long_t. Let me know if you still run
> into problems.
Ah, so I should do 'make install-data' to put new gnumach headers in
pla