Re: IoT SDK FreeRTOS
Posted: Fri Dec 12, 2014 4:23 am
I am guessing that it complains about objcopy and objdump command?
If thats the case backup the gen_misc.sh script you have, then run this command:
sed -i -e 's/xt-objcopy/xtensa-lx106-elf-objcopy/' -e 's/xt-objdump/xtensa-lx106-elf-objdump/' gen_misc.sh
and try running it again.
If thats the case backup the gen_misc.sh script you have, then run this command:
sed -i -e 's/xt-objcopy/xtensa-lx106-elf-objcopy/' -e 's/xt-objdump/xtensa-lx106-elf-objdump/' gen_misc.sh
and try running it again.