GR-SAKURA
GR-KURUMI
GR-COTTON
GR-CITRUS
GR-PEACH
GR-KAEDE
GR-ADZUKI
GR-LYCHEE
GR-ROSE
GR-MANGO(*)
SNShield
Web Compiler
IDE for GR
TOPPERS関連
女子美コラボ
その他
※プロデューサミーティング中
作り方使い方資料
イベント関連
作品記事
体験記事
ライブラリ
ツール
その他・過去ファイル
こんにちは、やましょうです。
GR-LYCHEE_mbed-os-client-ZXingSample がKeil Studioもしくは、mbed studioでコンパイルがかからないです。
mbedサイトではコンパイルはかかりますが、mbedサイトって今年中に閉鎖ですよね?
ということで対応ご検討よろしくお願いいたします。
すみません、コンパイルがかからないというのはエラーが発生するということでしょうか?
mbed studioですとコンパイル前のpythonでエラーって感じですね。Traceback (most recent call last):File "c:\...\Mbed Programs\GR-LYCHEE_mbed-os-client-ZXingSample/mbed-os/tools/make.py", line 49, in <module>from tools.build_api import build_projectFile "c:\...\Mbed Programs\GR-LYCHEE_mbed-os-client-ZXingSample\mbed-os\tools\build_api.py", line 36, in <module>from .arm_pack_manager import CacheFile "c:\...\Yamasho\Mbed Programs\GR-LYCHEE_mbed-os-client-ZXingSample\mbed-os\tools\arm_pack_manager\__init__.py", line 28, in <module>from fuzzywuzzy import processModuleNotFoundError: No module named 'fuzzywuzzy'
https://studio.keil.arm.com/
ですと
Build startedUsing toolchain ARM_STD profile {'ENV': {'ARMLMD_LICENSE_FILE': '8224@10.10.100.161:8224@10.10.111.207'}, 'PATHS': {'ARMC6_PATH': '/opt/ARMCompiler6.15.13/bin/', 'ARM_PATH': '/opt/armcc5_06_u6/'}, 'common': ['-c', '--gnu', '-O3', '-Otime', '--split_sections', '--apcs=interwork'], 'cxx': ['--cpp', '--no_rtti'], 'COMPILE_C_AS_CPP': False, 'NEW_SCAN_RESOURCES': True}scan /tmp/chroots/ch-8cf47d53-bbe2-41f6-8e5e-4d9cc9d23a6a/srcscan /tmp/chroots/ch-8cf47d53-bbe2-41f6-8e5e-4d9cc9d23a6a/extras/mbed-os.libConfiguration error: 'static_memory_defines' is not defined.compile AsciiFont/ascii.ccompile mbed-client/mbed-client-c/source/sn_grs.ccompile mbed-client/mbed-client-classic/source/m2mconnectionhandler.cppcompile mbed-client/mbed-client-classic/source/m2mtimer.cppcompile mbed-client/source/m2mblockmessage.cppcompile mbed-client/mbed-client-c/source/sn_nsdl.ccompile mbed-client/mbed-client-classic/source/m2mtimerpimpl.cppcompile mbed-client/source/m2mcallbackstorage.cpp#35: #error directive: "No entropy source was found at build time, so TLS " "functionality is not available"compile mbed-client/mbed-client-mbed-tls/source/m2mconnectionsecurity.cpp"/extras/mbed-os.lib/features/mbedtls/inc/mbedtls/config.h", line 2981: Error: #35: #error directive: "No entropy source was found at build time, so TLS " "functionality is not available" #error "No entropy source was found at build time, so TLS " \ ^/src/mbed-client/mbed-client-mbed-tls/source/m2mconnectionsecurity.cpp: 0 warnings, 1 errorInternal error.Build failedBuild failed
な感じですね。
Keil Studioに関しては、Mbed LibrariesタブのFix all probrams. Click for details(ビックリマークのボタン)をクリックしてFix allを行えばビルドできました。(LibraryのUpdateは行わない)
同じエラーになることは確認しました。
YONEYAさんありがとうございます。
こちらでもコンパイルできました。