-->
Page 2 of 3

Re: Error calling xtensa-lx106-nm, do you have Xtensa toolch

PostPosted: Thu Apr 16, 2015 5:26 am
by sean_intez
yes that was copied from my makefile. I did not source any bash into my session because I do not know what it is and google was not happy to provide info about it!

Yes I do have that tool and all other tools in that directory.

Re: Error calling xtensa-lx106-nm, do you have Xtensa toolch

PostPosted: Fri Apr 17, 2015 5:59 am
by sean_intez
any thoughts? :(

This was working perfectly for couple of weeks. I don't know what I have changed that suddenly started to come up with this error.
I am middle of my project and this has stopped my project for 13days now :-(

Please help:-(((((

Re: Error calling xtensa-lx106-nm, do you have Xtensa toolch

PostPosted: Fri Apr 17, 2015 9:10 am
by hdrut
[quote="sean_intez"]any thoughts? :(

Hi, i faced the same issue, solved by adding path to xtensa tools to PATH variable. In my case:

PATH=$PATH:/opt/xtensa-lx106-elf/bin/

Re: Error calling xtensa-lx106-nm, do you have Xtensa toolch

PostPosted: Fri Apr 17, 2015 6:59 pm
by sean_intez
You cannot even imagine how big your help was! Thank you very much. after two weeks I could finally start working on the project.