Skip to content

Add Support For FreeBSD #531

@worst-git-server

Description

@worst-git-server

Motivations

recently, I migrated from Linux to FreeBSD on my workstation. however, espup doesn't seem to support FreeBSD.
this is what I get when I run espup install:

[info]: Installing the Espressif Rust ecosystem
Error: espup::host_triple::unsupported_host_triple

  × Host triple 'x86_64-unknown-freebsd' is not supported

I also tried forcing the installation using espup install -d x86_64-unknown-linux-gnu, but the ELF binaries are compiled for Linux, so they don't run.

  • Would you like to implement this feature? [y/n]
    I don't think I have the know-how required for this.

Solution

the solution would be to add support for FreeBSD for espup install.

Alternatives

a possible workaround would be to use the Linux compatibility layer, but not as a long term solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions