2014年1月16日 星期四

undefined reference to rpl_malloc

如果編譯的時候遇到未定義引用rpl_malloc這個錯誤,有兩個方法可以解決。
  • 配置的時候加上了 - with-GNU-ld的這個參數
  • 或者在config.h中裡加上的#undef rpl_malloc

How to use simple speedtest in RaspberryPi CLI

  pi@ChunchaiRPI2:/tmp $  wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --2023-06-26 10:4...