Add filepath to platform.txt for windows users
This commit is contained in:
parent
ca449ef517
commit
3274794908
|
|
@ -53,6 +53,8 @@ _(after installation, the item is labeled as `"INSTALLED"` and can then be used
|
||||||
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
|
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
|
||||||
example:
|
example:
|
||||||
`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`
|
`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`
|
||||||
|
For Windows users, the file can be found at:
|
||||||
|
"C:\Users\(user)\AppData\Local\Arduino15\packages\arduino\hardware\avr\(version)"
|
||||||
|
|
||||||
#### 2. Source code compilation
|
#### 2. Source code compilation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue