summaryrefslogtreecommitdiffstats
path: root/FAQ-Build.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-05-09 13:33:56 +0900
committertmk <tmk@users.noreply.github.com>2015-05-09 13:33:56 +0900
commit81545bbe1038909197b56859dfee05ab4e31b924 (patch)
tree77aebc59df4c2d976f650ddb63df014a0bccb30f /FAQ-Build.md
parentb4f163864333a30d67323fd61c03d1d88380c405 (diff)
Updated FAQ Build (markdown)
Diffstat (limited to 'FAQ-Build.md')
-rw-r--r--FAQ-Build.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/FAQ-Build.md b/FAQ-Build.md
index 41557d2ddb..c3f168a719 100644
--- a/FAQ-Build.md
+++ b/FAQ-Build.md
@@ -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