Skip to main content
nataut
Associate III
May 12, 2023
Solved

bitbake build errors

  • May 12, 2023
  • 3 replies
  • 1516 views

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

This topic has been closed for replies.
Best answer by nataut

I found the problem.

The symbol in “–v�? and "–k", before "v" and "k" has to be “-“ and not �?–“.

Thanks

3 replies

nataut
natautAuthorBest answer
Associate III
May 12, 2023

I found the problem.

The symbol in “–v�? and "–k", before "v" and "k" has to be “-“ and not �?–“.

Thanks

Olivier GALLIEN
Technical Moderator
May 12, 2023

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

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
nataut
natautAuthor
Associate III
May 12, 2023

Hi ​@Community member​  

Ubuntu 16.04 LTS

OpenSTLinux 4.19-thud-mp1-19-02-20

Thanks

Olivier GALLIEN
Technical Moderator
May 12, 2023

I missed your previous comment. Good you find the issue.

Olivier

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.