chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Chicken 5.1.0 on Debian/armel architecture


From: Davide Puricelli
Subject: Re: [Chicken-hackers] Chicken 5.1.0 on Debian/armel architecture
Date: Wed, 31 Jul 2019 16:51:40 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

On Sun, Jul 28, 2019 at 08:53:10PM +0200, Peter Bex wrote:
> Hi Davide,
> 
> This *might* have been fixed with 0f65f998e9af551be9201594651794263f582666.
> Could you try to apply that patch and run again on armsel?
> 
> Basically, patch chicken.h to fix the cast in C_u_i_s32vector_ref
> like this:
> 
> -#define C_u_i_s32vector_ref(x, i)       C_fix(((C_u32 
> *)C_data_pointer(C_block_item((x), 1)))[ C_unfix(i) ])
> +#define C_u_i_s32vector_ref(x, i)       C_fix(((C_s32 
> *)C_data_pointer(C_block_item((x), 1)))[ C_unfix(i) ])
> 
> Cheers,
> Peter

Hi Peter,
I'm sorry but this patch didn't fix the armel build failure,
I got the same error.

Cheers,
-- 
Davide Puricelli
http://www.puricelli.info | http://www.debian.org

Time looked like snow dropping silently into a black room -- Ray Bradbury

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]