Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Fix #4, issue when using space in path #5

Merged
merged 1 commit into from
Nov 6, 2018
Merged

Conversation

VVESTM
Copy link
Contributor

@VVESTM VVESTM commented Nov 6, 2018

C compiler must be called with -cixxx option. If xxx contains spaces, it
must be called with -ci"xxx". When using this double quote solution and
space between c and i, this is the case. Else the space in xxx is interpreted
as a separator.

C compiler must be called with -cixxx option. If xxx contains spaces, it
must be called with -ci"xxx". When using this double quote solution and
space between c and i, this is the case. Else the space in xxx is interpreted
as a separator.
@VVESTM VVESTM merged commit c3c0705 into stm32duino:master Nov 6, 2018
@fpistm fpistm added this to the 0.2.0 milestone Jul 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants