"All of today's code compiled. A fair chunk of them test-case covered. Yay.."
Here doggie.. here's a dram of whisky for you. Good boy. :P
Here doggie.. here's a dram of whisky for you. Good boy. :P
Codewarrior looks for "libexpat.so.0", so we need to create a link for it.$dpkg --add-architecture i386 $apt-get update $apt-get install gcc-multilib g++-multilib $apt-get install libexpat1:i386 $apt-get install libxt6:i386 $apt-get install libswt-gtk-3-jni:i386 $apt-get install libswt-gtk-3-java:i386 $apt-get install gnome-themes-standard:i386
Run the installer as root and install the IDE into /opt/Freescale. After the installer is done, replace the contents of "/etc/udev/rules.d/25-pemicro.rules" with:$ln -s /lib/i386-linux-gnu/libexpat.so.1.6.0 /lib/i386-linux-gnu/libexpat.so.0
The above rules are required to make your USB-multilink programmer work. Your 'user' should be part of the 'plugdev' group. Launch "/opt/Freescale/eclipse/cwide" and all should be well :)SUBSYSTEM!="usb", ACTION!="add", GOTO="kcontrol_rules_end" ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0035", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0042", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0058", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005E", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="005F", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0001", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0503", GROUP="plugdev", MODE="0664" ATTRS{idVendor}=="1357", ATTRS{idProduct}=="0504", GROUP="plugdev", MODE="0664" LABEL="kcontrol_rules_end