You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init subcommand for fusesoc was removed since fusesoc 2.0. Now 'library add' is sufficient. So if you want to build microwatt, instead of this sequence:
Hello ^^
So, I am trying to run microwatt on Arty a7. (final goal)
But I am not able to run "fusesoc init" for some reason
It says:
usage: fusesoc [-h] [--version] [--cores-root CORES_ROOT] [--config CONFIG] [--monochrome] [--verbose] [--log-file LOG_FILE] {fetch,core,tool,list-cores,core-info,gen,list-paths,library,run} ...
fusesoc: error: argument {fetch,core,tool,list-cores,core-info,gen,list-paths,library,run}: invalid choice: 'init' (choose from 'fetch', 'core', 'tool', 'list-cores', 'core-info', 'gen', 'list-paths', 'library', 'run')
And I was like: How can the command not exist, because it is documented at many places TwT
Could be a silly mistake that I have made, or something to do with the new fusesoc version? I'm not sure, but any help is appreciated. :)
The text was updated successfully, but these errors were encountered: