Skip to content

Add support for multi-file projects #8

Open
@zsup

Description

@zsup
Owner
No description provided.

Activity

dbrgn

dbrgn commented on Jan 27, 2016

@dbrgn

This probably means "support for modules in separate files".

I did a first try a while ago:

dbrgn@b3d2dae

This works in theory, the only problem is that Make tries to build each .rs file with rustc separately (which fails for all rust files except the main one). If you invoke rustc manually it works, so it's only a build system issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dbrgn@zsup

        Issue actions

          Add support for multi-file projects · Issue #8 · zsup/firmware-rust