Skip to content

Cannot build bundle, missing make process. #6

@mrmcwethy

Description

@mrmcwethy

Need help concerning building the CircuitPython_Bundle. I have been able to get the source code from GitHub. When I run build-bundle.py, the process fails to find/execute ["make"]. Where should that program be and where should I install make from? See below at the run log.

This was run at a windows command prompt. command "make" is not a known command. I also have a Vagrant ubuntu VM and "make" does exist there. Unfortunately, Python is 2.7.6. Should I be using the VM instead of Window command prompt.

C:\Users\Mike\Documents\CircuitPlayground\source\Adafruit\Adafruit_CircuitPython_Bundle>python -V
Python 3.5.1

C:\Users\Mike\Documents\CircuitPlayground\source\Adafruit\Adafruit_CircuitPython_Bundle>python build-bundle.py run
Traceback (most recent call last):
File "build-bundle.py", line 33, in
make = subprocess.run(["make"])
File "C:\Users\Mike\AppData\Local\Programs\Python\Python35-32\lib\subprocess.py", line 696, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Mike\AppData\Local\Programs\Python\Python35-32\lib\subprocess.py", line 950, in init
restore_signals, start_new_session)
File "C:\Users\Mike\AppData\Local\Programs\Python\Python35-32\lib\subprocess.py", line 1220, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

C:\Users\Mike\Documents\CircuitPlayground\source\Adafruit\Adafruit_CircuitPython_Bundle>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions