aboutsummaryrefslogtreecommitdiff
path: root/docs/zh-cn/faq_build.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-cn/faq_build.md')
-rw-r--r--docs/zh-cn/faq_build.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/zh-cn/faq_build.md b/docs/zh-cn/faq_build.md
index 82d0697a8..0d9047bc5 100644
--- a/docs/zh-cn/faq_build.md
+++ b/docs/zh-cn/faq_build.md
@@ -68,14 +68,6 @@ https://github.com/tmk/tmk_keyboard/issues/150
68- http://www.obdev.at/products/vusb/license.html 68- http://www.obdev.at/products/vusb/license.html
69- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 69- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1
70 70
71## Cortex: `cstddef: No such file or directory`
72在Ubuntu 14.04上的GCC 4.8 会出现这种问题需要用这个PPA升级到4.9。
73https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
74
75https://github.com/tmk/tmk_keyboard/issues/212
76https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef
77https://developer.mbed.org/forum/mbed/topic/5205/
78
79## AVR的BOOTLOADER_SIZE 71## AVR的BOOTLOADER_SIZE
80注意Teensy2.0++ bootloader的大小是2048字节。有些Makefile注释错了。 72注意Teensy2.0++ bootloader的大小是2048字节。有些Makefile注释错了。
81 73