Skip to content

Minimal-printf should not bypass the retargetting code #11234

@evedon

Description

@evedon

Description

This issue was raised as a comment by @kjbracey-arm , see #11051 (comment)

minimal-printf should not be trying to work around the retargetting - it should just use fputc.

minimal-printf currently fails with this progam:

int main()
{
    puts("puts");
    printf("printf no newline");
}

Issue request type

[ ] Question
[ ] Enhancement
[X] Bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions