Armadilloフォーラム

Armadillo-IoT G3のCIFS導入について

izawa.t

2016年12月22日 10時56分

izawaです。
お世話になります。

現在、Armadillo-IoT G3を使用させて頂いており、Armadilloにwindowsサーバーの共有ディレクトリをマウントしたいと考えております。
CIFSの設定を有効するため、過去のフォーラム「CIFSの導入について:https://armadillo.atmark-techno.com/forum/armadillo/1767」やArmadillo-IoT ゲートウェイ G3 製品マニュアル「http://manual.atmark-techno.com/armadillo-iot-g3/armadillo-iotg-g3_prod…」を参考に作業を行っていますが、ビルドで失敗している状況です。

解決方法をご教授願いますでしょうか。

【エラー内容】
>>>
# make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
/*
*
* 省略
*
*/
CC sound/last.o
LD sound/built-in.o
MKDIR firmware/ar3k/
MK_FW firmware/ar3k/AthrBT_0x11020000.dfu.gen.S
make[1]: *** No rule to make target '/lib/firmware/ar3k/AthrBT_0x11020000.dfu', needed by 'firmware/ar3k/AthrBT_0x11020000.dfu.gen.o'. Stop.
Makefile:845: recipe for target 'firmware' failed

コメント

izawa.t

2016年12月22日 15時01分

> izawaです。
> お世話になります。
>
> 現在、Armadillo-IoT G3を使用させて頂いており、Armadilloにwindowsサーバーの共有ディレクトリをマウントしたいと考えております。
> CIFSの設定を有効するため、過去のフォーラム「CIFSの導入について:https://armadillo.atmark-techno.com/forum/armadillo/1767」やArmadillo-IoT ゲートウェイ G3 製品マニュアル「http://manual.atmark-techno.com/armadillo-iot-g3/armadillo-iotg-g3_prod…」を参考に作業を行っていますが、ビルドで失敗している状況です。
>
> 解決方法をご教授願いますでしょうか。
>
> 【エラー内容】
> >>>
> # make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm
> CHK include/config/kernel.release
> CHK include/generated/uapi/linux/version.h
> CHK include/generated/utsrelease.h
> make[1]: 'include/generated/mach-types.h' is up to date.
> CALL scripts/checksyscalls.sh
> CHK include/generated/compile.h
> /*
> *
> * 省略
> *
> */
> CC sound/last.o
> LD sound/built-in.o
> MKDIR firmware/ar3k/
> MK_FW firmware/ar3k/AthrBT_0x11020000.dfu.gen.S
> make[1]: *** No rule to make target '/lib/firmware/ar3k/AthrBT_0x11020000.dfu', needed by 'firmware/ar3k/AthrBT_0x11020000.dfu.gen.o'. Stop.
> Makefile:845: recipe for target 'firmware' failed

izawaです。

自己解決しました。