Ferraganchos & Pinchos

Or how to rip all this stuff out of my head…

Archive for the tag “multilink”

CodeWarrior 10 Eclipse, USB P&E Multilink and Ubuntu 10.10

To properly flash using USB P&E Multilink I found:

http://forums.freescale.com/t5/CodeWarrior-General/CodeWarrior-10-Eclipse-Linux-Getting-USB-P-amp-E-Multilink/m-p/60785

/PATH/TO/CODEWARRIOR_MCU_10.0/Drivers/pemicro$ sudo sh setup.sh  (reinstall drivers)
/PATH/TO/CODEWARRIOR_MCU_10.0/eclipse sudo ./cwide  (execute CW10 with root privilages)

but setup.sh failed until I changed following files:

configure:    echo “#include <generated/autoconf.h>” >> hello.c
configure.usb:            echo “#include <generated/utsrelease.h>” > hello.c
configure.wd:            echo “#include <generated/utsrelease.h>” > hello.c

Post Navigation