Replies: 4 comments
-
Hi! in which operating system and architecture are you building? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using Ubuntu 22.04 and building for Linux64
…On Fri, Apr 18, 2025 at 10:28 PM Carlos Venegas Arrabé < ***@***.***> wrote:
Hi! in which operating system and architecture are you building?
—
Reply to this email directly, view it on GitHub
<#890 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY3Q4MEHJB5NABCJRC3LZ322FOABAVCNFSM6AAAAAB3NUUXFGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBYGE2DQNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi edepew! there is no cross bundling for linux64, but is easy to do manually. I'll try to reproduce and tell you the steps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, thank you so much!
…On Fri, Apr 18, 2025 at 10:45 PM Carlos Venegas Arrabé < ***@***.***> wrote:
Hi edepew! there is no cross bundling for linux64, but is easy to do
manually. I'll try to reproduce and tell you the steps.
—
Reply to this email directly, view it on GitHub
<#890 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY3Q4LB7LBA7QUW6DCTAB322FP7VAVCNFSM6AAAAAB3NUUXFGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBYGE2TQMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, I have just discovered this amazing fpga development system. I have a Alchitry CU V2 board and it works somewhat but the pins are all wrong. I tried to understand how to just change those but it seems like i need to put the correct data in resource boards in the correct folder and then rebuild. So I have attempted this and can run the development system with npm start and it seems like it works ok. But when I start the build Linux64 platform steps i get to the nwjs section and then get this error:
Running "nwjs:src" (nwjs) task
Error: Either the specific version info does not exist or the version manifest itself does not exist. In case of the latter, please check your internet connection and try again later.
at Object.validate (file:///home/depew/icestudio/node_modules/nw-builder/src/util.js:345:11)
at nwbuild (file:///home/depew/icestudio/node_modules/nw-builder/src/index.js:79:16)
at async Object. (/home/depew/icestudio/node_modules/grunt-nw-builder/tasks/nw.js:20:7)
Fatal error: Either the specific version info does not exist or the version manifest itself does not exist. In case of the latter, please check your internet connection and try again later.
Any suggestions of where to start looking?
Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions