Skip to content

.binary and .elf files left behind in same folder as .side & .c project files after build. #256

Open
@AndyLindsay

Description

@AndyLindsay

The .binary and .elf files created by SimpleIDE used to be appear in the the memory model sub-folder (cmm/lmm). As of 1.0.51, they are still created there, but copies are also created in the project folder with the .side and .c files.

To reproduce this new behavior, open any .side program, F9, and then check the folder that contains the .side and .c project files with a file browser. The .binary and .elf files are created in the .cmm/.lmm folder (where they are expected to appear), but copies are also created a level up with the .side and .c files (where they should not appear).

The desired behavior is that no files involved with the build be automatically created at the project file level. The should only be created inside the memory model sub-folder (cmm/lmm).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions