Is there a missing library libemWin in RapidIOT MCUEXpresso?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is there a missing library libemWin in RapidIOT MCUEXpresso?

跳至解决方案
1,990 次查看
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,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 项奖励
1 回复
1,957 次查看
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 项奖励