userapps icon indicating copy to clipboard operation
userapps copied to clipboard

user applications for rt-smart

Results 8 userapps issues
Sort by recently updated
recently updated
newest added

系统:debian 12 xmake版本:v2.8.3+20231018, 执行命令`xmake f -a aarch64`时,显示 ``` => install aarch64-smart-musleabi 188177 .. ok => download https://github.com/libsdl-org/SDL_image/archive/refs/tags/release-2.0.5.tar.gz .. ok => install sdl2_image 2.0.5 .. failed ``` 具体报错情况如下: ``` ... mv...

增加`minizip`应用和`repo`,目前在`qemu-virt64-aarch64`功能上测试通过,测试流程如下。 ``` msh />cd tmp msh /tmp>echo test a.txt msh /tmp>echo test b.txt msh /tmp>minizip -o -9 target.zip a.txt b.txt msh /tmp>MiniZip 1.01b, demo of zLib + Zip package written...

https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart 在上面的官方介绍中一直用的都是下面版本的方案,在升级Xmake后,Windows版本是否将无法使用? 请维护者确认一下,如果有必要请更新,因为我们都是跟着韦东山走,入门后不应用,咱们RT-Smart生态就感觉会少很多 ![Image](https://github.com/user-attachments/assets/4fcb96e3-80d9-4e7b-800e-6dd0f1e2fc0c)

![Image](https://github.com/user-attachments/assets/02df04d6-6a36-490d-88ee-bc9c614c51f6) ![Image](https://github.com/user-attachments/assets/14b51e4b-c646-4767-a844-6901f89d0c8a)

一个原来在 中已经解决的问题又出现了 执行 `xmake smart-image -f fat ` 失败,但是报错后没有提示 `"no more space ...."` 就退出了。 加上 `-s 500M` 后好了 贴上 -v 的 log : [u2_2024-12-17_15_18_17.log](https://github.com/user-attachments/files/18161737/u2_2024-12-17_15_18_17.log)

在执行 xmake f -a aarch64 命令时报下面的错误 => install sdl2 2.0.16 .. failed /root/.xmake/packages/a/aarch64-smart-musleabi/236309-e8ed057a81/92ace334959c4a2c9fc34a7aa7427678/bin/../lib/gcc/aarch64-linux-musleabi/12.2.0/../../../../aarch64-linux-musleabi/bin/ld: /tmp/.xmake0/250910/_492F801E26CE4030876A00F13DDEFB60.o: in function `main': _96C6C5DB4540489984B0E45C2FA97F27.c:(.text+0xc): undefined reference to `SDL_Init' /root/.xmake/packages/a/aarch64-smart-musleabi/236309-e8ed057a81/92ace334959c4a2c9fc34a7aa7427678/bin/../lib/gcc/aarch64-linux-musleabi/12.2.0/../../../../aarch64-linux-musleabi/bin/ld: _96C6C5DB4540489984B0E45C2FA97F27.c:(.text+0x10): undefined reference to `SDL_Init' collect2: error:...