Skip to content

i686-pc-windows-gnu broken for multiple applications #1737

@mcandre

Description

@mcandre

Checklist

Describe your issue

Hi,

I'm able to port my Docker utility application, tuggy, to dozens of platforms using cross. However, the target i686-pc-windows-gnu somehow breaks down, producing strange errors regarding the standard library.

https://github.com/mcandre/tuggy

What target(s) are you cross-compiling for?

i686-pc-windows-gnu

Which operating system is the host (e.g computer cross is on) running?

  • macOS
  • Windows
  • Linux / BSD
  • other OS (specify in description)

What architecture is the host?

  • x86_64 / AMD64
  • arm32
  • arm64 (including Mac M1)

What container engine is cross using?

  • docker
  • podman
  • other container engine (specify in description)

cross version

cross 0.2.5 (4e64366 2025-04-04)

Example

Automating cross builds with crit, basically a for loop over most of the available Rust target triples.

  1. Clone tuggy.
  2. Install crit with make -f install.mk.
  3. Remove i686-pc-windows-gnu from the exception list in makefile.
  4. Run make port.

Additional information / notes

Sometimes a computer process fails due to memory or disk issues, especially containers. Ran docker system prune -f, no change in behavior. macOS host RAM and host disk stable, with plenty to spare.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions