-
Notifications
You must be signed in to change notification settings - Fork 197
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
No tool was supplied on command line or found in 'servant' core description #72
Comments
Greetings @gojimmypi ! Lines 356 to 366 in 28953fe
Hope it resolves your issue. |
Hello @KinzaQamar and thank you for your suggestions! TL;DR: it works! :) my sure enough, I was only looking at the I understood the error, but did not realize that's where to edit it. As a suggestion to @olofk perhaps it would be a good idea to write something to the console:
I see that
And so here, the fact that I am still targeting the
Further, note that my I thought perhaps I could just change my default like this:
but I still saw the same error:
(again, I didn't realize they keyword section problem of Perhaps something as simple as:
Anyhow, it WORKS! 👍 Changing the default as shown above, and I am able to build for the
Curiously, even when specifying the
It is apparently order-dependent, as this works:
I undid my changes to the file and sure enough, I was still able to build for the ULX3S!! Woohoo!! Thanks so much for your help! Cheers. |
When running
fusesoc run --target=ulx3s servant
for the for theULX3S
, I see this error:ERROR: No tool was supplied on command line or found in 'servant' core description
yet it works fine for the
tinyfpga-bx
:The problem seems to be the definitions of boards missing a
PCF
file type, such as the ulx3s:As the
zcu102
also fails:... and others also fail:
But note the
icebreaker
, with a PCFis successful:
I also tried the
blinky
directories that contained the ulx3s files, but all with the same error:Of course, I'm left wondering about the
WARNING: The CAPI1 core file description format is deprecated and will be removed in the next major version of FuseSoC. Please port your core files to the CAPI2 format.
.fusesoc
version, apparently already up to date at version 1.12.0 per the installation docs:The text was updated successfully, but these errors were encountered: