大家好!
能分享一下R128 SDK的下載連結嗎
謝謝你!
我已經嘗試了幾個星期了,但似乎沒有人願意提供協助。我發了好幾個帖子,即使我願意花錢請人幫忙,也沒有人願意提供答案。
我嘗試了不同版本的 SDK,0.8 和 0.9,並從不同的來源下載了 SDK。它們都不起作用。 M33 核心專案的編譯工作完美,但 C906 核心專案無法編譯。
我遇到了大量的錯誤,一些與ALSA 聲音相關,一些與GPADC 相關,我花了很多時間嘗試使用“menuconfig”系統關閉許多選項和組件,但每次我解決一個問題時,我都會遇到另一個問題,這再次阻止我成功建置。
我只是不明白,圍繞 R128 的所有這些神秘和模糊的原因是什麼?為什麼沒有人願意在這裡幫忙?
謝謝老闆!然而,我的喜悅並沒有持續太久。
我知道“lvgl”已經包含在 Tina Linux 中,並且可以使用“menuconfig”輕鬆啟用它。但是,當像這樣啟用“lvgl”時:“Gui > Littlevgl > lv_demo <*>”我收到建置錯誤:
main.c: In function 'hal_init':
main.c:60:2: warning: implicit declaration of function 'ctpdev_init' [-Wimplicit-function-declaration]
ctpdev_init();
^~~~~~~~~~~
main.c:64:25: error: 'ctpdev_read' undeclared (first use in this function)
indev_drv.read_cb = ctpdev_read; /*This function will be called periodically (by the library) to get the mouse position and state*/
^~~~~~~~~~~
main.c:64:25: note: each undeclared identifier is reported only once for each function it appears in
main.c:70:3: warning: incompatible implicit declaration of built-in function 'printf'
printf("create thread fail\n");
^~~~~~
main.c:70:3: note: include '<stdio.h>' or provide a declaration of 'printf'
main.c:73:2: warning: incompatible implicit declaration of built-in function 'printf'
printf("tick_id=%d\n", tick_id);
^~~~~~
main.c:73:2: note: include '<stdio.h>' or provide a declaration of 'printf'
main.c: In function 'main':
main.c:93:2: warning: implicit declaration of function 'demo_create' [-Wimplicit-function-declaration]
demo_create();
另外,我可以在哪裡找到已經整合了這些不錯的範例、智慧時鐘等的方形或圓形 T113-S3_86 項目的源代碼?
再次感謝您的幫助與支持!