question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not working on Windows

See original GitHub issue

No problems when running on Linux, but now I have to use Windows Server 2012 R2 Datacenter 64-bit. I’m using Anaconda 32-bit (Python), ModelSim Altera Started Edition, cocotb from git of version 1.0. Tried both MinGW 32-bit from Qt 5.6.0 installation and separate MinGW from SourceForge: the result is same, please see log:

python : Python 2.7.11 :: Anaconda 4.0.0 (32-bit)
At C:\Users\user\work\src\tests\testbench__project\run.ps1:5 char:1
+ python -V
+ ~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Python 2.7.11 :: Anaconda 4.0.0 (32-bit):String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

mingw32-make : process_begin: CreateProcess(NULL, uname, ...) failed.
At C:\Users\user\work\src\tests\testbench__project\run.ps1:12 char:1
+ mingw32-make SIM=modelsim
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (process_begin: ...e, ...) failed.:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

process_begin: CreateProcess(NULL, uname, ...) failed.

...
**here is many many times of "CreateProcess(NULL, uname, ...) failed"**
...

process_begin: CreateProcess(NULL, uname, ...) failed.
C:/Users/user/work/w/cocotb/makefiles/Makefile.pylib.:35: C:/Users/user/work/w/cocotb/makefiles/Makefile.pyli
b.: Too many open files

process_begin: CreateProcess(NULL, uname -m, ...) failed.
process_begin: CreateProcess(NULL, uname -m, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
C:\Users\user\work\src\tests\testbench__project/../../../w/cocotb/makefiles/Makefile.inc:86: *** "Unsup
ported os " .  Stop.

How to use cocotb on Windows??? **Makefile.inc:86: * "Unsupported os " . Stop. - why?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
leftinkcommented, Apr 12, 2016

@LinuxFanatic777 Are you using the v1.0 release of COCOTB or are you using the latest on the master branch? There has been a lot of work to get COCOTB to work on windows, but it is not in the v1.0 release. The latest master should work on windows.

0reactions
elgorwicommented, Apr 13, 2016

I think the path of project.v is causing the issue. Is the cocotb folder located in a sensible location, eg. C:/cocotb ? Try running the ‘adder’ example first to get the system up and running

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix problems with the Start menu - Microsoft Support
Fix problems with the Start menu · Show a hidden taskbar · Check for updates · Restart your device · Update drivers ·...
Read more >
What You Should Do If Windows Fails to Start
The quickest way to get to Startup Repair is to hard-power-down your PC while it's booting three times. You normally do this by...
Read more >
[Solved] Windows 10 Not Responding | Quickly & Easily
How to Fix Windows 10 not responding · Restart your computer · Troubleshoot your computer · Update available drivers · Run System File...
Read more >
Windows 10 Troubleshooting: The Most Common Problems ...
Check your Windows 10 device. Make sure airplane mode is turned off (Start > Settings > Network & Internet > Airplane mode). Try...
Read more >
Is the Windows Start Button Not Working? Here's How to Fix It
Is the Windows Start Button Not Working? Here's How to Fix It · 1. Update Windows · 2. Sign Out of Your User...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found