20160825_jeffrey - silenceuncrio/diary GitHub Wiki

Index

  • 0850 - 昨天 compile 出錯 - ubuntu 裝回 14 版
  • 0905 - ubuntu 14 - 再試一次 samba - 果然失敗
  • 1030 - 挑戰一下 nfs - window 10 NFS client - 找不到
  • 1255 - 太依賴 Source Insight 嗎?
  • 1440 - checkout m300 的 source code 超慢
  • 1530 - checkout 完成 - compile prosrc recipe
  • 1700 - compile opensrc 出錯 - 解決方法
  • 1715 - 為了 ndisc6-1.0.3 需要在 ubuntu_15 做兩件事

0850

昨天 compile 出錯的因有點複雜

Revision: 318
Author: aaron
Date: 2016年8月12日 下午 03:58:37
Message:
Clean up the useless file (cache, .pyc)
----
Deleted : /fsl-release-bsp/proscend/opensrc/radvd-2.13/autom4te.cache/requests
...
Deleted : /fsl-release-bsp/proscend/opensrc/wide-dhcpv6-20080615/config.cache
...

aaron 砍了一些 cache 之後

在 ubuntu_15 上重 build 這些套件就會出錯

ariel 也遇到相同的問題

目前 m300 team 除了我大家用的 ubuntu 版本都是 14

我就乖乖地裝回 14 版吧

samba 的問題再想辦法來克服

0905

不死心的再試一次 samba

果然失敗了

來挑戰一下 nfs

參考 How To Set Up an NFS Mount on Ubuntu 14.04

1030

目前正在尋找 window 10 上的 NFS client 軟體...

超機車... 找不到...

1255

為了要在 window 環境開發 m300

我花了很多時間去找尋 ubuntu 與 window 10 互動的方式

總覺得我已經花了太多時間在上面了...

太依賴 Source Insight 的關係嗎?

想要強迫自己在單純的 ubuntu 14 環境下工作一陣子看看

1440

checkout m300 的 source code 超慢...

不知道 SVN Server 發生什麼問題

1530

checkout 完成了

先 compile prosrc 這個 recipe

1700

compile 這兩個 opensrc 一定會出錯

  • /home/jeffrey/Project/M300/fsl-release-bsp/proscend/opensrc/wide-dhcpv6-20080615
  • /home/jeffrey/Project/M300/fsl-release-bsp/proscend/opensrc/ndisc6-1.0.3

ariel 提供的解決方法是 rm -rf 整個 wide-dhcpv6-20080615ndisc6-1.0.3

再做 svn update 就解決了

1715

為了 samba 在 ubuntu_15 上作一樣的事看看

rm -rf 整個 wide-dhcpv6-20080615ndisc6-1.0.3

這方法的確有效

不過為了 ndisc6-1.0.3 我們還需要在 ubuntu_15 做兩件事

  • sudo ln -s /usr/bin/aclocal-1.15 /usr/bin/aclocal-1.14
  • sudo ln -s /usr/bin/automake-1.15 /usr/bin/automake-1.14

不然 compile 會抱怨說沒有 aclocal-1.14automake-1.14 build 不出 ndisc6-1.0.3