Package Details: gowin-eda-programmer 1.9.8.10-3

Git Clone URL: https://aur.archlinux.org/gowin-eda.git (read-only, click to copy)
Package Base: gowin-eda
Description: Gowin EDA Programmer - Gowin EDA, an easy to use integrated design environment provides design engineers one-stop solution from design entry to verification.
Upstream URL: http://www.gowinsemi.com.cn/faq.aspx
Keywords: FPGA Gowin IDE Programmer
Licenses: unknown
Provides: gowin-eda-programmer, gowin-programmer
Submitter: yjun
Maintainer: yjun
Last Packager: yjun
Votes: 1
Popularity: 0.001040
First Submitted: 2021-11-23 11:02 (UTC)
Last Updated: 2023-01-30 14:06 (UTC)

Latest Comments

feilong commented on 2023-01-30 11:14 (UTC) (edited on 2023-01-30 11:17 (UTC) by feilong)

previous issues have been solved, but there has a new problem. the line 89 of pkgbuild file don't give program execute permission.

_install 644 bin/ -maxdepth 1

it should be 755 like line 49.

Temporary Solutions:

cd /opt/gowin-eda-programmer/bin
sudo chmod 755 -R .

feilong commented on 2022-08-25 22:07 (UTC)

Cannot save license when opening the program for the first time.

Normal users do not have permission to access /opt/gowin-eda-ide/bin/gwlicense.ini file

Temporary Solutions:

cd /opt/gowin-eda-ide/bin/
sudo chmod 777 gwlicense.ini

# After saving, it is recommended to change the permissions to the original
# sudo chmod 755 gwlicense.ini