-
Notifications
You must be signed in to change notification settings - Fork 6
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
can not install libyosys on windows 10 OS #36
Comments
Need help on that one, don't have a Windows machine or knowledge of the platform. If you'd like to get your hands dirty, contributions are welcome... |
FWIW I see exactly the same on macOS. |
libyosys needs to be built for mac in Travis and the result has to be uploaded to GitHub releases. Then it should pull the correct binaries using prebuildify-load. Libyosys is a dependency used for converting json netlists to verilog. If you'd like to update the Travis script for macosx, you'll find it here: |
I figured something like that, after commenting above, so I tried to build libyosys separately. However, when running
|
That looks like an old version of bison + lex, mac osx is notorious for having old software... |
D:\DataSoft\TS\blinky>yarn
yarn install v1.9.4
info No lockfile found.
[1/4] Resolving packages...
warning @electron-lang/electron > electro-grammar > nearley > [email protected]: Package no longer supported. Contact [email protected] for more info.
info There appears to be trouble with your network connection. Retrying...
[2/4] Fetching packages...
[---------------------------------------------------------------------------------------------------------------] 0/392(node:15500) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/2] ⠄ libyosys
error D:\DataSoft\TS\blinky\node_modules\libyosys: Command failed.
Exit code: 2
Command: prebuildify-load || make
Arguments:
Directory: D:\DataSoft\TS\blinky\node_modules\libyosys
Output:
make: *** No targets specified and no makefile found. Stop.
D:\DataSoft\TS\blinky>npm install libyosys
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
make: *** No targets specified and no makefile found. Stop.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] install:
prebuildify-load || make
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script.
The text was updated successfully, but these errors were encountered: