]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ Build (markdown)
authortmk <tmk@users.noreply.github.com>
Sat, 9 May 2015 04:33:56 +0000 (13:33 +0900)
committertmk <tmk@users.noreply.github.com>
Sat, 9 May 2015 04:33:56 +0000 (13:33 +0900)
FAQ-Build.md

index 41557d2ddb0d5a380a95b60fd06dceff1380ee5c..c3f168a719e5b0025591456ef05dcadffa55368c 100644 (file)
@@ -91,4 +91,14 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", MODE:="066
 ```
 # tmk keyboard products     https://github.com/tmk/tmk_keyboard
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
-```
\ No newline at end of file
+```
+
+
+
+## Cortex: cstddef: No such file or directory
+GCC 4.8 of Ubuntu 14.04 had this problem and had to update to 4.9 with this PPA.
+https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
+
+https://github.com/tmk/tmk_keyboard/issues/212
+https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef
+https://developer.mbed.org/forum/mbed/topic/5205/
\ No newline at end of file