Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

output path : no such files or directory #635

@AntoineGirafe

Description

@AntoineGirafe

Hi there, I'm trying to set the ouput path for arduino build but somehow it's not working. I get the error :

avr-g++: error: Board_to_waspmote_LoRaWAN.ino.cpp: No such file or directory
avr-g++: warning: '-x c++' after last input file has no effect
avr-g++: fatal error: no input files
compilation terminated.

there is the Json files :

{
    "board": "arduino:avr:pro",
    "configuration": "cpu=8MHzatmega328",
    "sketch": "Board_to_waspmote_LoRaWAN.ino",
    "output": "../build",
    "port": "COM3"
}

When I remove the "output" line from the Json files it works ... Any Idea ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    code readyneeds-more-infoMore details about this issue are needed for it to be actionable.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions