2023-05-12 01:53 AM
Hi All.
I'm attempting to build an OpenSTLinux based software using a virtual machine VMWARE UBUNTU 16.2.5 build-20904516
Using the command "bitbake -v -k <my_recipe_bb_name_file>" i have the error message: " ERROR: Nothing PROVIDES '–v' "
Using the command "bitbake -k <my_recipe_bb_name_file>" i have the error message: " ERROR: Nothing PROVIDES '–k' "
Using the command "bitbake <my_recipe_bb_name_file>" i have not errors but the compilation after many houres fails
Using the command "bitbake -c cleanall <my_recipe_bb_name_file>" i have the error message: " ERROR: Nothing PROVIDES '–c' "
If I use another PC with the same virtual machine and the same "layers" folder, I have no errors
Why?
Thanks
Solved! Go to Solution.
2023-05-12 02:21 AM
I found the problem.
The symbol in “–v�? and "–k", before "v" and "k" has to be “-“ and not �?–“.
Thanks
2023-05-12 02:21 AM
I found the problem.
The symbol in “–v�? and "–k", before "v" and "k" has to be “-“ and not �?–“.
Thanks
2023-05-12 02:40 AM
Hi @nataut
VMWARE 16.2.5 build-20904516 -> is the version of your VMware Workstation.
Which Ubuntu LTS you run ?
With OpenSTLinux release ?
Thanks,
Olivier
2023-05-12 02:54 AM
Hi @Community member
Ubuntu 16.04 LTS
OpenSTLinux 4.19-thud-mp1-19-02-20
Thanks
2023-05-12 02:56 AM
I missed your previous comment. Good you find the issue.
Olivier