Skip to content

Instantly share code, notes, and snippets.

@Linouth
Created September 17, 2022 11:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
13:23:53 **** Build of configuration debug for project sensor_project_new ****
make all CONFIGURATION=debug
which: no freedom-metal_header-generator in (/home/marten/Documents/Uni/ECA/FreedomStudio/SiFive/sdk-utilities-1.0.1-2020.12.1:/home/marten/Documents/Uni/ECA/FreedomStudio/SiFive/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8/bin:/home/marten/bin:/home/marten/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/cuda/bin:/opt/cuda/nsight_compute:/opt/cuda/nsight_systems/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/marten/.local/bin:/home/marten/.cargo/bin)
make -f scripts/virtualenv.mk virtualenv
make[1]: Entering directory '/home/marten/Documents/Uni/ECA/sensor_project_new'
python3 -m venv /home/marten/Documents/Uni/ECA/sensor_project_new/venv
. /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/activate && /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/pip install pip==20.0.1
Collecting pip==20.0.1
Using cached pip-20.0.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.0.4
Uninstalling pip-22.0.4:
Successfully uninstalled pip-22.0.4
Successfully installed pip-20.0.1
################################################################################
FREEDOM_E_SDK_PIP_CACHE not found, creating virtualenv from Python Package Index
You can pre-download Python packages by running 'make pip-cache'.
################################################################################
. /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/activate && /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/pip install pip==20.0.1
Requirement already satisfied: pip==20.0.1 in ./venv/lib/python3.10/site-packages (20.0.1)
WARNING: You are using pip version 20.0.1; however, version 22.2.2 is available.
You should consider upgrading via the '/home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 -m pip install --upgrade pip' command.
. /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/activate && /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/pip install -r requirements.txt
Collecting mypy==0.750
Using cached mypy-0.750-py3-none-any.whl (1.8 MB)
Collecting mypy-extensions==0.4.3
Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting pydevicetree==0.0.12
Using cached pydevicetree-0.0.12-py3-none-any.whl (26 kB)
Collecting pyparsing==2.4.5
Using cached pyparsing-2.4.5-py2.py3-none-any.whl (67 kB)
Collecting typed-ast==1.4.0
Using cached typed_ast-1.4.0.tar.gz (206 kB)
Collecting typing-extensions==3.7.4.1
Using cached typing_extensions-3.7.4.1-py3-none-any.whl (20 kB)
Collecting Jinja2==2.10.1
Using cached Jinja2-2.10.1-py2.py3-none-any.whl (124 kB)
Collecting MarkupSafe==1.1.1
Using cached MarkupSafe-1.1.1.tar.gz (19 kB)
Requirement already satisfied: setuptools>=30.3.0 in ./venv/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (58.1.0)
Collecting wheel
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting setuptools_scm>=3.3.1
Using cached setuptools_scm-7.0.5-py3-none-any.whl (42 kB)
Requirement already satisfied: pip==20.0.1 in ./venv/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (20.0.1)
Collecting packaging>=20.0
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting tomli>=1.0.0
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Installing collected packages: typing-extensions, mypy-extensions, typed-ast, mypy, pyparsing, pydevicetree, MarkupSafe, Jinja2, wheel, packaging, tomli, setuptools-scm
Running setup.py install for typed-ast: started
Running setup.py install for typed-ast: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-svkpudry/typed-ast/setup.py'"'"'; __file__='"'"'/tmp/pip-install-svkpudry/typed-ast/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-g2ey72bu/install-record.txt --single-version-externally-managed --compile --install-headers /home/marten/Documents/Uni/ECA/sensor_project_new/venv/include/site/python3.10/typed-ast
cwd: /tmp/pip-install-svkpudry/typed-ast/
Complete output (250 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.10
creating build/lib.linux-x86_64-3.10/typed_ast
copying typed_ast/conversions.py -> build/lib.linux-x86_64-3.10/typed_ast
copying typed_ast/ast3.py -> build/lib.linux-x86_64-3.10/typed_ast
copying typed_ast/ast27.py -> build/lib.linux-x86_64-3.10/typed_ast
copying typed_ast/__init__.py -> build/lib.linux-x86_64-3.10/typed_ast
package init file 'ast3/tests/__init__.py' not found (or not a regular file)
creating build/lib.linux-x86_64-3.10/typed_ast/tests
copying ast3/tests/test_basics.py -> build/lib.linux-x86_64-3.10/typed_ast/tests
running build_ext
building '_ast27' extension
creating build/temp.linux-x86_64-3.10
creating build/temp.linux-x86_64-3.10/ast27
creating build/temp.linux-x86_64-3.10/ast27/Custom
creating build/temp.linux-x86_64-3.10/ast27/Parser
creating build/temp.linux-x86_64-3.10/ast27/Python
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -fPIC -Iast27/Include -I/home/marten/Documents/Uni/ECA/sensor_project_new/venv/include -I/usr/include/python3.10 -c ast27/Custom/typed_ast.c -o build/temp.linux-x86_64-3.10/ast27/Custom/typed_ast.o
In file included from ast27/Include/Python-ast.h:3,
from ast27/Custom/typed_ast.c:2:
ast27/Include/asdl.h:37:41: error: unknown type name ‘PyArena’
37 | asdl_seq *asdl_seq_new(Py_ssize_t size, PyArena *arena);
| ^~~~~~~
ast27/Include/asdl.h:38:49: error: unknown type name ‘PyArena’
38 | asdl_int_seq *asdl_int_seq_new(Py_ssize_t size, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:398:63: error: unknown type name ‘PyArena’
398 | mod_ty _Ta27_Module(asdl_seq * body, asdl_seq * type_ignores, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:400:43: error: unknown type name ‘PyArena’
400 | mod_ty _Ta27_Interactive(asdl_seq * body, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:402:39: error: unknown type name ‘PyArena’
402 | mod_ty _Ta27_Expression(expr_ty body, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:404:65: error: unknown type name ‘PyArena’
404 | mod_ty _Ta27_FunctionType(asdl_seq * argtypes, expr_ty returns, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:406:37: error: unknown type name ‘PyArena’
406 | mod_ty _Ta27_Suite(asdl_seq * body, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:409:92: error: unknown type name ‘PyArena’
409 | decorator_list, string type_comment, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:413:68: error: unknown type name ‘PyArena’
413 | decorator_list, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:415:65: error: unknown type name ‘PyArena’
415 | stmt_ty _Ta27_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:417:70: error: unknown type name ‘PyArena’
417 | stmt_ty _Ta27_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:420:34: error: unknown type name ‘PyArena’
420 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:423:25: error: unknown type name ‘PyArena’
423 | PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:425:91: error: unknown type name ‘PyArena’
425 | stmt_ty _Ta27_Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:429:61: error: unknown type name ‘PyArena’
429 | type_comment, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:432:21: error: unknown type name ‘PyArena’
432 | PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:435:18: error: unknown type name ‘PyArena’
435 | PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:438:62: error: unknown type name ‘PyArena’
438 | type_comment, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:440:92: error: unknown type name ‘PyArena’
440 | stmt_ty _Ta27_Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:444:37: error: unknown type name ‘PyArena’
444 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:446:93: error: unknown type name ‘PyArena’
446 | stmt_ty _Ta27_TryFinally(asdl_seq * body, asdl_seq * finalbody, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:449:77: error: unknown type name ‘PyArena’
449 | stmt_ty _Ta27_Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:451:68: error: unknown type name ‘PyArena’
451 | stmt_ty _Ta27_Import(asdl_seq * names, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:454:38: error: unknown type name ‘PyArena’
454 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:457:20: error: unknown type name ‘PyArena’
457 | PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:459:68: error: unknown type name ‘PyArena’
459 | stmt_ty _Ta27_Global(asdl_seq * names, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:461:63: error: unknown type name ‘PyArena’
461 | stmt_ty _Ta27_Expr(expr_ty value, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:463:48: error: unknown type name ‘PyArena’
463 | stmt_ty _Ta27_Pass(int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:465:49: error: unknown type name ‘PyArena’
465 | stmt_ty _Ta27_Break(int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:467:52: error: unknown type name ‘PyArena’
467 | stmt_ty _Ta27_Continue(int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:469:83: error: unknown type name ‘PyArena’
469 | expr_ty _Ta27_BoolOp(boolop_ty op, asdl_seq * values, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:472:21: error: unknown type name ‘PyArena’
472 | PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:474:83: error: unknown type name ‘PyArena’
474 | expr_ty _Ta27_UnaryOp(unaryop_ty op, expr_ty operand, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:476:83: error: unknown type name ‘PyArena’
476 | expr_ty _Ta27_Lambda(arguments_ty args, expr_ty body, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:478:93: error: unknown type name ‘PyArena’
478 | expr_ty _Ta27_IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:481:84: error: unknown type name ‘PyArena’
481 | expr_ty _Ta27_Dict(asdl_seq * keys, asdl_seq * values, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:483:64: error: unknown type name ‘PyArena’
483 | expr_ty _Ta27_Set(asdl_seq * elts, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:485:88: error: unknown type name ‘PyArena’
485 | expr_ty _Ta27_ListComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:488:87: error: unknown type name ‘PyArena’
488 | expr_ty _Ta27_SetComp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:492:36: error: unknown type name ‘PyArena’
492 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:494:92: error: unknown type name ‘PyArena’
494 | expr_ty _Ta27_GeneratorExp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:497:64: error: unknown type name ‘PyArena’
497 | expr_ty _Ta27_Yield(expr_ty value, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:500:35: error: unknown type name ‘PyArena’
500 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:503:56: error: unknown type name ‘PyArena’
503 | kwargs, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:505:63: error: unknown type name ‘PyArena’
505 | expr_ty _Ta27_Repr(expr_ty value, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:507:57: error: unknown type name ‘PyArena’
507 | expr_ty _Ta27_Num(object n, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:509:70: error: unknown type name ‘PyArena’
509 | expr_ty _Ta27_Str(string s, string kind, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:512:37: error: unknown type name ‘PyArena’
512 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:515:37: error: unknown type name ‘PyArena’
515 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:517:84: error: unknown type name ‘PyArena’
517 | expr_ty _Ta27_Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:519:86: error: unknown type name ‘PyArena’
519 | expr_ty _Ta27_List(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:522:87: error: unknown type name ‘PyArena’
522 | expr_ty _Ta27_Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena
| ^~~~~~~
ast27/Include/Python-ast.h:525:25: error: unknown type name ‘PyArena’
525 | slice_ty _Ta27_Ellipsis(PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:527:66: error: unknown type name ‘PyArena’
527 | slice_ty _Ta27_Slice(expr_ty lower, expr_ty upper, expr_ty step, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:529:42: error: unknown type name ‘PyArena’
529 | slice_ty _Ta27_ExtSlice(asdl_seq * dims, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:531:37: error: unknown type name ‘PyArena’
531 | slice_ty _Ta27_Index(expr_ty value, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:533:84: error: unknown type name ‘PyArena’
533 | comprehension_ty _Ta27_comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:536:50: error: unknown type name ‘PyArena’
536 | col_offset, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:539:66: error: unknown type name ‘PyArena’
539 | defaults, asdl_seq * type_comments, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:541:57: error: unknown type name ‘PyArena’
541 | keyword_ty _Ta27_keyword(identifier arg, expr_ty value, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:543:58: error: unknown type name ‘PyArena’
543 | alias_ty _Ta27_alias(identifier name, identifier asname, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:545:57: error: unknown type name ‘PyArena’
545 | type_ignore_ty _Ta27_TypeIgnore(int lineno, string tag, PyArena *arena);
| ^~~~~~~
ast27/Include/Python-ast.h:548:39: error: unknown type name ‘PyArena’
548 | mod_ty Ta27AST_obj2mod(PyObject* ast, PyArena* arena, int mode);
| ^~~~~~~
In file included from ast27/Custom/typed_ast.c:7:
ast27/Include/ast.h:8:49: error: unknown type name ‘PyArena’
8 | const char *, PyArena *);
| ^~~~~~~
ast27/Custom/typed_ast.c:210:54: error: unknown type name ‘PyArena’
210 | PyCompilerFlags *flags, PyArena *arena)
| ^~~~~~~
ast27/Custom/typed_ast.c: In function ‘string_object_to_py_ast’:
ast27/Custom/typed_ast.c:244:5: error: unknown type name ‘PyArena’
244 | PyArena *arena = PyArena_New();
| ^~~~~~~
ast27/Custom/typed_ast.c:244:22: warning: implicit declaration of function ‘PyArena_New’; did you mean ‘PyGen_New’? [-Wimplicit-function-declaration]
244 | PyArena *arena = PyArena_New();
| ^~~~~~~~~~~
| PyGen_New
ast27/Custom/typed_ast.c:244:22: warning: initialization of ‘int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
ast27/Custom/typed_ast.c:248:11: warning: implicit declaration of function ‘string_object_to_c_ast’; did you mean ‘string_object_to_py_ast’? [-Wimplicit-function-declaration]
248 | mod = string_object_to_c_ast(str, filename, start, flags, arena);
| ^~~~~~~~~~~~~~~~~~~~~~
| string_object_to_py_ast
ast27/Custom/typed_ast.c:248:9: warning: assignment to ‘mod_ty’ {aka ‘struct _mod *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
248 | mod = string_object_to_c_ast(str, filename, start, flags, arena);
| ^
ast27/Custom/typed_ast.c:250:9: warning: implicit declaration of function ‘PyArena_Free’; did you mean ‘PyMem_Free’? [-Wimplicit-function-declaration]
250 | PyArena_Free(arena);
| ^~~~~~~~~~~~
| PyMem_Free
ast27/Custom/typed_ast.c: At top level:
ast27/Custom/typed_ast.c:201:1: warning: ‘err_free’ defined but not used [-Wunused-function]
201 | err_free(perrdetail *err)
| ^~~~~~~~
ast27/Custom/typed_ast.c:81:1: warning: ‘err_input’ defined but not used [-Wunused-function]
81 | err_input(perrdetail *err)
| ^~~~~~~~~
ast27/Custom/typed_ast.c:66:12: warning: ‘PARSER_FLAGS’ defined but not used [-Wunused-function]
66 | static int PARSER_FLAGS(PyCompilerFlags *flags)
| ^~~~~~~~~~~~
error: command '/usr/bin/gcc' failed with exit code 1
----------------------------------------
ERROR: Command errored out with exit status 1: /home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-svkpudry/typed-ast/setup.py'"'"'; __file__='"'"'/tmp/pip-install-svkpudry/typed-ast/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-g2ey72bu/install-record.txt --single-version-externally-managed --compile --install-headers /home/marten/Documents/Uni/ECA/sensor_project_new/venv/include/site/python3.10/typed-ast Check the logs for full command output.
WARNING: You are using pip version 20.0.1; however, version 22.2.2 is available.
You should consider upgrading via the '/home/marten/Documents/Uni/ECA/sensor_project_new/venv/bin/python3 -m pip install --upgrade pip' command.
make[1]: *** [scripts/virtualenv.mk:54: /home/marten/Documents/Uni/ECA/sensor_project_new/venv/.stamp] Error 1
make: *** [Makefile:376: /home/marten/Documents/Uni/ECA/sensor_project_new/bsp/design.dts] Error 2
make[1]: Leaving directory '/home/marten/Documents/Uni/ECA/sensor_project_new'
"make all CONFIGURATION=debug" terminated with exit code 2. Build might be incomplete.
13:24:00 Build Failed. 68 errors, 8 warnings. (took 6s.630ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment