Search Criteria
Package Details: mounriver-studio-community-bin 170-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mounriver-studio-community-bin.git (read-only, click to copy) |
---|---|
Package Base: | mounriver-studio-community-bin |
Description: | 为 Eclipse 平台爱好者提供的一款 RISC-V 内核芯片集成开发环境,支持 WCH 系列 MCU 的工程模板、代码编译、下载、调试等功能。 |
Upstream URL: | http://www.mounriver.com/ |
Keywords: | community Eclipse mounriver openocd studio toolchain WCH |
Licenses: | GPL2, custom, GPL3 |
Conflicts: | mounriver-studio-community |
Provides: | mounriver-studio-community, MounRiver-Studio-Community-Linux |
Submitter: | taotieren |
Maintainer: | taotieren |
Last Packager: | taotieren |
Votes: | 2 |
Popularity: | 0.000128 |
First Submitted: | 2022-02-11 16:52 (UTC) |
Last Updated: | 2024-04-22 02:39 (UTC) |
Dependencies (15)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hidapi (hidapi-gitAUR)
- libftdi-compat
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libusb (libusb-gitAUR)
- libusb-compat (libusb0AUR)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- ch341eeprom-gitAUR (optional) – A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A
- ch341eepromtoolAUR (optional) – An i2c serial EEPROM programming tool for the WCH CH341A
- ch341prog-gitAUR (optional) – A simple command line tool (programmer) interfacing with ch341a
- ch343ser-dkms (ch343ser-dkms-gitAUR) (optional) – USB serial driver for ch342/ch343/ch344/ch347/ch347f/ch9101/ch9102/ch9103/ch9104, etc (dkms).
- ch34x-dkms-gitAUR (optional) – CH341SER driver with fixed bug
- i2c-ch341-dkmsAUR (optional) – CH341 USB-I2C adapter driver
- spi-ch341-usb-dkmsAUR (optional) – SPI/GPIO driver for CH341
- wchispAUR (wchisp-gitAUR, wchispAUR) (optional) – WCH ISP Tool in Rust
Latest Comments
chenss commented on 2022-06-11 00:20 (UTC)
找到看不到工程模块的问题的根源了:有多个文件的权限模式是600,将其改为644权限即可。 我参考此PKGBUILD,修复了此问题并改包名为mounriver-studio-community上传到AUR了
chenss commented on 2022-06-10 12:54 (UTC)
这软件包是个java包,按照官方的打包规范(Java package guidelines),参考其它eclipse系软件包可以直接安装到
/usr/share
目录且包名不需要bin
结尾。另外,经测试,软件安装后,沁恒的插件似乎无效导致新建工程时看不到沁恒的工程模板。