8000 Same codebase on multiple client operating systems · Issue #310 · modm-io/modm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Same codebase on multiple client operating systems #310
Open
@WasabiFan

Description

@WasabiFan

The templates for the SConscript file and a variety of other files are intentionally designed to produce paths (and, in some sporadic cases, newlines) which are specific to the OS the files are generated on.

I've been urged in a few other issues to check in the files that modm generates, but as a result if I generated my files on a Windows machine and then cloned the repo on a Linux machine, the project is unusable.

In my case, the following files are different between the two:

        modified:   modm/SConscript
        modified:   modm/ext/cmsis/device/stm32f427xx.h
        modified:   modm/ext/cmsis/device/system_stm32f4xx.h
        modified:   modm/ext/printf/printf.source
        modified:   modm/openocd.cfg
        modified:   modm/scons/site_tools/template.py
        modified:   modm/src/modm/architecture/interface.hpp
        modified:   modm/src/modm/math.hpp
        modified:   modm/src/modm/platform.hpp
        modified:   modm/src/modm/processing.hpp

What am I supposed to do about this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0