diff options
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r-- | docs/faq_build.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md index b2e448306..618ae40f3 100644 --- a/docs/faq_build.md +++ b/docs/faq_build.md | |||
@@ -99,14 +99,6 @@ You can buy a really unique VID:PID here. I don't think you need this for person | |||
99 | - http://www.obdev.at/products/vusb/license.html | 99 | - http://www.obdev.at/products/vusb/license.html |
100 | - http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 | 100 | - http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 |
101 | 101 | ||
102 | ## Cortex: `cstddef: No such file or directory` | ||
103 | GCC 4.8 of Ubuntu 14.04 had this problem and had to update to 4.9 with this PPA. | ||
104 | https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded | ||
105 | |||
106 | https://github.com/tmk/tmk_keyboard/issues/212 | ||
107 | https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef | ||
108 | https://developer.mbed.org/forum/mbed/topic/5205/ | ||
109 | |||
110 | ## BOOTLOADER_SIZE for AVR | 102 | ## BOOTLOADER_SIZE for AVR |
111 | Note that Teensy2.0++ bootloader size is 2048byte. Some Makefiles may have wrong comment. | 103 | Note that Teensy2.0++ bootloader size is 2048byte. Some Makefiles may have wrong comment. |
112 | 104 | ||