There’s a problem when we try to install lpc2k_pgm 1.05 flasher when we have GTK+ 2.0 (Ubuntu uses it as default in new versions – 9.10 , 10.4) because it try to use GTK+ 1.2. So then, one option is patch the Makefile, specifying to use GTK+ 2.0, and forget to install GTK+ 1.2.
And the steps are:
wget http://www.pjrc.com/arm/lpc2k_pgm/lpc2k_pgm_1.05.tar.gz
tar xzf lpc2k_pgm_1.05.tar.gz
cd lpc2k_pgm
wget http://lexo.lx-networks.net/lpc2k_pgm.patch
patch -p0 < lpc2k_pgm.patch
make
And that's all! now you're ready to flash
Note: Don't forget that you need the GTK+ 2.0

0 Responses to “lpc2k_pgm and GTK+ 2.0”