Update README.md.
This commit is contained in:
parent
4f190c010e
commit
ecb2a6e02c
@ -25,11 +25,9 @@ _note: select this item for any variant of board used in printers `'Prusa i3 MKx
|
|||||||
'clicking' the item will display the installation button; select choice `"1.0.1"` from the list(last known version as of the date of issue of this document)
|
'clicking' the item will display the installation button; select choice `"1.0.1"` from the list(last known version as of the date of issue of this document)
|
||||||
_(after installation, the item is labeled as `"INSTALLED"` and can then be used for target board selection)_
|
_(after installation, the item is labeled as `"INSTALLED"` and can then be used for target board selection)_
|
||||||
|
|
||||||
3. modify platform.txt to enable float printf support:
|
3. modify platform.txt to enable float printf support:
|
||||||
|
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"`
|
||||||
|
|
||||||
# 2. Source code compilation
|
# 2. Source code compilation
|
||||||
|
@ -25,11 +25,9 @@ _pozn.: tuto položku zvolte pro všechny varianty desek použitých v tiskárn
|
|||||||
'kliknutím' na položku se zobrazí tlačítko pro instalaci; ve výběrovém seznamu zvolte verzi `"1.0.1"` (poslední známá verze k datu vydání tohoto dokumentu)
|
'kliknutím' na položku se zobrazí tlačítko pro instalaci; ve výběrovém seznamu zvolte verzi `"1.0.1"` (poslední známá verze k datu vydání tohoto dokumentu)
|
||||||
_(po provedení instalace je položka označena poznámkou `"INSTALLED"` a lze ji následně použít při výběru cílové desky)_
|
_(po provedení instalace je položka označena poznámkou `"INSTALLED"` a lze ji následně použít při výběru cílové desky)_
|
||||||
|
|
||||||
3. modify platform.txt to enable float printf support:
|
3. modify platform.txt to enable float printf support:
|
||||||
|
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"`
|
||||||
|
|
||||||
# 2. Překlad zdrojoveho kódu
|
# 2. Překlad zdrojoveho kódu
|
||||||
|
Loading…
Reference in New Issue
Block a user