Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails on ARM with gcc 4.6.1 #5

Open
tmatth opened this issue Jul 24, 2015 · 0 comments
Open

Compilation fails on ARM with gcc 4.6.1 #5

tmatth opened this issue Jul 24, 2015 · 0 comments

Comments

@tmatth
Copy link

tmatth commented Jul 24, 2015

Compilation errors on OMAP4 Panda board w/ ARMv7 Processor rev 2 (v7l):

common/common_kernels.c: In function ‘get_inter_prediction_luma_inner’:
common/common_kernels.c:197:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c:198:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c:199:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c:201:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c:202:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c:203:7: error: incompatible type for argument 1 of ‘v128_unpacklo_u8_s16’
common/simd/v128_intrinsics.h:129:18: note: expected ‘v128’ but argument is of type ‘v64’
common/common_kernels.c: In function ‘get_inter_prediction_luma_centre’:
common/common_kernels.c:337:7: error: incompatible type for argument 2 of ‘v64_add_16’
common/simd/v64_intrinsics.h:72:17: note: expected ‘v64’ but argument is of type ‘v128’
make: *** [common/common_kernels.o] Error 1

Can also be reproduced with gcc 4.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant