Skip to content
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

progen generate -f projects.yaml -p lpc55s69_mculink_if -t uvision, problem! #158

Open
fabio-ric-silva opened this issue Dec 4, 2024 · 2 comments

Comments

@fabio-ric-silva
Copy link

When tried creating the uVision project, I had an error:

 Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Scripts\progen.exe\__main__.py", line 7, in <module>
    sys.exit(main())
             ~~~~^^
  File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\site-packages\project_generator\__main__.py", line 67, in main
    return args.func(args)
           ~~~~~~~~~^^^^^^
  File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\site-packages\project_generator\commands\generate.py", line 70, in run
    build_failed, export_failed = r.get(timeout=20.0)
                                  ~~~~~^^^^^^^^^^^^^^
  File "C:\Users\fabio.silva\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\pool.py", line 774, in get
    raise self._value
RuntimeError: Target cortex-m33 is not supported. Please add them to https://github.com/project-generator/project_generator_definitions

I tried to create another projects using this processor, but, every time the same error!

Someone, please, could help me to figure out this problem?

@toyowata
Copy link
Contributor

toyowata commented Dec 9, 2024

@0xc0170
Copy link
Member

0xc0170 commented Dec 9, 2024

Thanks @toyowata for helping.

@fabio-ric-silva The error message might not be clear in this case, definitions is not found, it has to be added for uvision to be able to generate a valid project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants