-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need support "loongarch64" Architecture #100
Comments
Very interesting ;) I am interested in this architecture, but on the other hand, I live in an area where SBCs for this architecture are not available at all. If you have a porting environment and intend to do it, I can give you some tips on porting, but what do you think? ... Wait, loongarch64 is outside Core CLR support, but did it work in the first place? |
Great, I hope the loongarch64 environment will be readily available. |
我记得没错的话 除了SkiaSharp 要使用龙芯自己编译的,其它和发布普通的Linux版本没有差异,不用做额外适配啊 |
It may be possible to just build it, but I can't confirm that it works on my end. if we want to support the Linux environment, we need to generate source code for the V4L2 bridge. This may be possible by preparing an environment such as QEMU in the worst case. However, without an environment such as an SBC that works in reality, I cannot check if it works when connected to a camera. |
I have put together a simplified document for porting FlashCap to the new Linux platform V4L2: https://github.com/kekyo/FlashCap#porting-v4l2-to-unsupported-platforms If you wish to make your own trial and error, please use this as a reference. |
@kekyo 你好,我想尝试自己移植到loongarch64架构,但是没怎么看懂说明,请问需要手动编写实现NativeMethods_V4L2_Interop_loongarch64吗 |
No, I have written an overview in the document shown in the link. What is not clear?
|
这是自动生成的代码文件的内容: using System; namespace FlashCap.Internal.V4L2
} 请问是否正常? |
It seems that Clang does not recognize the option to output ASTs. Perhaps your version of Clang is different than expected. NOTE: https://stackoverflow.com/questions/59102944/how-to-represent-clang-ast-in-json-format Some of other information I have seen says to specify |
Wow! Congraturations!! |
Merged, thank you PR and will be released soon. |
No description provided.
The text was updated successfully, but these errors were encountered: