Is there a missing library libemWin in RapidIOT MCUEXpresso?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there a missing library libemWin in RapidIOT MCUEXpresso?

ソリューションへジャンプ
1,989件の閲覧回数
matthiaswilkens
NXP Employee
NXP Employee

I feel like I'm incredibly close to getting the Rapid IoT build working, but I'm really stuck; I discovered that `emwin/emWin_library/MCUXpresso` was empty, and managed to obtain the missing `libemWin_M4F.a` from the SDK builder, which made all of my `undefined reference to GUI_*` errors go away, BUT, I now have just these remaining errors: ``` /home/ishotjr/dev/mcuxpressoide/rapid_iot_k64f_hello_world/Debug/../board/emwin_support.c:205: undefined reference to `GUIDRV_SH_MEM_3_Config' /home/ishotjr/dev/mcuxpressoide/rapid_iot_k64f_hello_world/Debug/../board/emwin_support.c:213: undefined reference to `GUIDRV_SH_MEM_3_SetBus8' /home/ishotjr/dev/mcuxpressoide/rapid_iot_k64f_hello_world/Debug/../board/emwin_support.c:214: undefined reference to `GUIDRV_SH_MEM_3_API' ``` The third one in particular doesn't make sense, since `GUIDRV_SH_MEM_3_API` doesn't appear anywhere in the code?! Anyone else running into anything like this?! Thanks

タグ(3)
0 件の賞賛
1 解決策
1,955件の閲覧回数
matthiaswilkens
NXP Employee
NXP Employee

I used the MCUXpresso supplied in the VirtualBox environment 10.2.1 [Build 795} The only things I had to change mavlink/common/common.h had a bunch of missing include file directives I commented out. in hg_mavlink_demo.c ( MAVLink demo code ) I set config.baudRate_Bps = 115200;

元の投稿で解決策を見る

0 件の賞賛
1 返信
1,956件の閲覧回数
matthiaswilkens
NXP Employee
NXP Employee

I used the MCUXpresso supplied in the VirtualBox environment 10.2.1 [Build 795} The only things I had to change mavlink/common/common.h had a bunch of missing include file directives I commented out. in hg_mavlink_demo.c ( MAVLink demo code ) I set config.baudRate_Bps = 115200;

0 件の賞賛