Re: contrib/plugins does not build on 32-bit host

2024-12-16 Thread Pierrick Bouvier
On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_t; there is a Werror generated for casting between pointers and integers of different sizes. I suspect

Re: contrib/plugins does not build on 32-bit host

2024-12-16 Thread Pierrick Bouvier
On 12/16/24 10:45, Pierrick Bouvier wrote: On 12/14/24 04:35, Philippe Mathieu-Daudé wrote: On 14/12/24 06:29, Richard Henderson wrote: On 12/13/24 21:44, Pierrick Bouvier wrote: Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do no

Re: contrib/plugins does not build on 32-bit host

2024-12-16 Thread Alex Bennée
Richard Henderson writes: > On 12/13/24 21:44, Pierrick Bouvier wrote: >> Hi Richard, >> On 12/13/24 13:47, Richard Henderson wrote: >>> Hi, >>> >>> Several of the recent contrib/plugins/ patches do not build on e.g. arm32. >>> All of the issues are related to casting between pointers and uint64_

Re: contrib/plugins does not build on 32-bit host

2024-12-16 Thread Pierrick Bouvier
On 12/14/24 04:35, Philippe Mathieu-Daudé wrote: On 14/12/24 06:29, Richard Henderson wrote: On 12/13/24 21:44, Pierrick Bouvier wrote: Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are

Re: contrib/plugins does not build on 32-bit host

2024-12-14 Thread Philippe Mathieu-Daudé
On 14/12/24 06:29, Richard Henderson wrote: On 12/13/24 21:44, Pierrick Bouvier wrote: Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_

Re: contrib/plugins does not build on 32-bit host

2024-12-13 Thread Pierrick Bouvier
On 12/13/24 21:29, Richard Henderson wrote: On 12/13/24 21:44, Pierrick Bouvier wrote: Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_t;

Re: contrib/plugins does not build on 32-bit host

2024-12-13 Thread Richard Henderson
On 12/13/24 21:44, Pierrick Bouvier wrote: Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_t; there is a Werror generated for casting bet

Re: contrib/plugins does not build on 32-bit host

2024-12-13 Thread Pierrick Bouvier
Hi Richard, On 12/13/24 13:47, Richard Henderson wrote: Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_t; there is a Werror generated for casting between pointers and integers of different size

contrib/plugins does not build on 32-bit host

2024-12-13 Thread Richard Henderson
Hi, Several of the recent contrib/plugins/ patches do not build on e.g. arm32. All of the issues are related to casting between pointers and uint64_t; there is a Werror generated for casting between pointers and integers of different sizes. I suspect all of the instances will need to use separ