Skip to content

Avoid error from Tasking ctc compiler for Infineon Aurix#19

Open
RoStCode wants to merge 1 commit intomarcinbor85:mainfrom
RoStCode:tasking_ctc_fix
Open

Avoid error from Tasking ctc compiler for Infineon Aurix#19
RoStCode wants to merge 1 commit intomarcinbor85:mainfrom
RoStCode:tasking_ctc_fix

Conversation

@RoStCode
Copy link
Contributor

@RoStCode RoStCode commented Oct 5, 2024

Compiler error:
[ush_cmd_xxd.c line 80: type of argument #3 is incompatible with format.

Changed sprintf '%08lX: ' to '%08zX: ' for size_t variable (c99 required).

[ush_cmd_xxd.c line 80: type of argument marcinbor85#3 is incompatible with format.

Change sprintf '%08lX: ' to '%08zX: ' for size_t variable (c99 required).
@RoStCode
Copy link
Contributor Author

@marcinbor85, it would be nice to have this merged instead of having this locally patched.

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.

1 participant