This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

On setting up linux VS code showing error in running command " make gcc gcc-multilib g++-multilib libsdl2-dev"

when I am trying to setup linux with this link  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/gs_installing.html#install-the-toolchain    

On typing this command in terminal  "make gcc gcc-multilib g++-multilib libsdl2-dev"   ,    I get an error of "make: *** No rule to make target 'gcc'. Stop."

                                                                     

Please suggest me the correct way to do 

Parents
  • I tried to run 'aptitude' but terminal generates error and suggest me to download aptitude by command ,than I follow the step to downloaded the 'aptitude'. I am not very much familiar with Debian type package manager .

    I tried to installed gcc-multilib with command "sudo apt-get install -y gcc-multilib" and system says it already Installed to latest version. 

                                                 

    After all this updated process when I again type the  command "make gcc gcc-multilib g++-multilib libsdl2-dev" It again showing same error 

                                                        

    help me with the same 

Reply
  • I tried to run 'aptitude' but terminal generates error and suggest me to download aptitude by command ,than I follow the step to downloaded the 'aptitude'. I am not very much familiar with Debian type package manager .

    I tried to installed gcc-multilib with command "sudo apt-get install -y gcc-multilib" and system says it already Installed to latest version. 

                                                 

    After all this updated process when I again type the  command "make gcc gcc-multilib g++-multilib libsdl2-dev" It again showing same error 

                                                        

    help me with the same 

Children
No Data
Related