Search found 2 matches

by [email protected]
2025-07-12 3:16
Forum: Other
Topic: USB无法使用
Replies: 1
Views: 12225

USB无法使用

我看你们LUCKFOX Wiki上写:当USB-C口没有供电,则USB回切换到USB-A上面(主要配合POE模块或者外部供电模块一起使用)。

Image
我这样接了个外接电源,unbuntu系统可以正常启动,但感觉USB还是没有用啊。
by [email protected]
2025-04-21 14:31
Forum: Other
Topic: Compiler lacks support for C11 static assertions
Replies: 1
Views: 9203

Compiler lacks support for C11 static assertions

root@WJHWPC:/home# arm-rockchip830-linux-uclibcgnueabihf-gcc test.c
In file included from test.c:2:
test.c:17:15: error: expected declaration specifiers or '...' before '__builtin_offsetof'
static_assert(offsetof(struct Foo, a) == 0, "First element of struct does not have offset 0");
^~~~~~~~
test ...