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

Update imx-vpu-hantro and friends and fix compiler errors #1844

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

MaxKrummenacher
Copy link
Contributor

This updates imx-vpu-hantro to rel_imx_6.6.3_1.0.0.

GCC-14 set more warnings to errors, fix the errors. Note that GCC throws errors also if building the older recipe versions.

Update the recipes to what is used in rel_imx_6.6.3_1.0.0.

imx-vpu-hantro and imx-vpu-hantro-vc: LICENSE: FSL EULA is updated to v53.
All: dropped the md5sum.

Signed-off-by: Max Krummenacher <[email protected]>
GCC-14 set more warnings to errors, demote the ones which trigger to a warning.

Fixes:
| ../../source/h264high/h264decapi.c:1803:22: error: assignment to 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'u32 *' {aka 'unsigned int *'} [-Wincompatible-pointer-types]
|  1803 |             ref_data = ref.virtual_address;
| ../../source/h264high/h264decapi.c:2086:22: error: assignment to 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'u32 *' {aka 'unsigned int *'} [-Wincompatible-pointer-types]
|  2086 |             ref_data = ref.virtual_address;

Signed-off-by: Max Krummenacher <[email protected]>
GCC-14 set more warnings to errors, patch the code so it compiles.

Signed-off-by: Max Krummenacher <[email protected]>
@otavio otavio merged commit 94cf1e5 into Freescale:master Jun 13, 2024
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

Successfully merging this pull request may close these issues.

2 participants