Re: [PATCH gnumach] smp: Fix compile error with missing apboot_addr

2024-02-10 Thread Almudena Garcia
Fixed. Thanks!! El sáb, 10 feb 2024 a las 16:35, Samuel Thibault () escribió: > That was because of bogus #ifdefs, now fixed. > > Samuel > > Almudena Garcia, le sam. 10 févr. 2024 16:22:47 +0100, a ecrit: > > The error continues when I compile for a only cpu. > > My compile commands are > > > > .

Re: [PATCH gnumach] smp: Fix compile error with missing apboot_addr

2024-02-10 Thread Samuel Thibault
That was because of bogus #ifdefs, now fixed. Samuel Almudena Garcia, le sam. 10 févr. 2024 16:22:47 +0100, a ecrit: > The error continues when I compile for a only cpu. > My compile commands are > > ./configure --host=i686-gnu CC='gcc -m32' LD='ld -melf_i386' --enable-apic > --enable-kdb --enab

Re: [PATCH gnumach] smp: Fix compile error with missing apboot_addr

2024-02-10 Thread Almudena Garcia
The error continues when I compile for a only cpu. My compile commands are ./configure --host=i686-gnu CC='gcc -m32' LD='ld -melf_i386' --enable-apic --enable-kdb --enable-ncpus=1 --disable-linux-groups make gnumach.gz I got this error if test -s gnumach-undef-bad; \ then cat gnumach-undef-bad;

Re: [PATCH gnumach] smp: Fix compile error with missing apboot_addr

2024-02-08 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le ven. 09 févr. 2024 02:11:14 +, a ecrit: > --- > i386/i386/model_dep.h | 5 + > i386/i386/mp_desc.h | 5 - > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h > index 095eec9b..5369e288

[PATCH gnumach] smp: Fix compile error with missing apboot_addr

2024-02-08 Thread Damien Zammit
--- i386/i386/model_dep.h | 5 + i386/i386/mp_desc.h | 5 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h index 095eec9b..5369e288 100644 --- a/i386/i386/model_dep.h +++ b/i386/i386/model_dep.h @@ -28,6 +28,11 @@ #include