> On Dec 24, 2023, at 19:31, Justin Hibbits wrote:
>
> Hi Michael,
>
> The GENERIC config is for 32-bit powerpc, GENERIC64 is what you want
> for 64-bit config.
Hi Justin,
thanks a lot! That was the problem.
Best regards
Michael
>
> - Justin
>
> On Sun, 24 Dec 2023 12:18:55 +0100
> tue...@fr
Hi Michael,
The GENERIC config is for 32-bit powerpc, GENERIC64 is what you want
for 64-bit config.
- Justin
On Sun, 24 Dec 2023 12:18:55 +0100
tue...@freebsd.org wrote:
> Dear all,
>
> I just tried to build world and kernel on a 64-bit PPC system.
>
> make -j 32 buildworld
>
> ran without p
On 24.12.2023 15:47, tue...@freebsd.org wrote:
On Dec 24, 2023, at 12:27, Vladimir Kondratyev wrote:
On 24.12.2023 14:18, tue...@freebsd.org wrote:
Dear all,
I just tried to build world and kernel on a 64-bit PPC system.
make -j 32 buildworld
ran without problems.
However
make kernel KERNCONF=
> On Dec 24, 2023, at 12:27, Vladimir Kondratyev wrote:
>
> On 24.12.2023 14:18, tue...@freebsd.org wrote:
>> Dear all,
>> I just tried to build world and kernel on a 64-bit PPC system.
>> make -j 32 buildworld
>> ran without problems.
>> However
>> make kernel KERNCONF=GENERIC
>> breaks with
>>
On 24.12.2023 14:18, tue...@freebsd.org wrote:
Dear all,
I just tried to build world and kernel on a 64-bit PPC system.
make -j 32 buildworld
ran without problems.
However
make kernel KERNCONF=GENERIC
breaks with
..
--- all_subdir_accf_data ---
--- accf_data.kld ---
ld -m elf32ppc_fbsd -warn
Dear all,
I just tried to build world and kernel on a 64-bit PPC system.
make -j 32 buildworld
ran without problems.
However
make kernel KERNCONF=GENERIC
breaks with
..
--- all_subdir_accf_data ---
--- accf_data.kld ---
ld -m elf32ppc_fbsd -warn-common --build-id=sha1 --no-toc-optimize -r -o
Hello:
I'm trying to update a system from:
FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020
amd64
to the latest version.
buildworld completes successfully.
buildkernel, however, dies with:
struct device dev;
^
/usr/sr