In yocto(imx7) embedd system for source env/bin/activate : unable to execute arm-poky-linux-gnueabi-gcc

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In yocto(imx7) embedd system for source env/bin/activate : unable to execute arm-poky-linux-gnueabi-gcc

614 Views
dragonred
Contributor I

I have been install python-virtualenv, python-pip in imx7 

,and use google-assistant-sdk tutorial

run ' python -m pip install --upgrade google-assistant-sdk[samples] ',it show below error message:

complete output from command python setup.py egg_info:

unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory

unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory

No working compiler found, or bogus compiler options passed to the compiler

from Python's standard "distutils" module. See the error messages above. Likely, the problem is not related to CFFI but generic to the setup.py of any Python package that tries to compile C code. (Hints: on OS/X 10.8, for errors about -mno-fused-madd see http://stackoverflow.com/questions/22313407/ Otherwise, see https://wiki.python.org/moin/CompLangPython or the IRC channel #python on irc.freenode.net.)

key of problem: unable to execute 'arm-poky-linux-gnueabi-gcc': No such file or directory No working compiler found

do I need to install other bitbake image from bitbake fsl-image-gui or install gcc in embedded system directly?

Labels (3)
0 Kudos
0 Replies