Re: Debian templates for dsPIC build toolchain 2.05
"Xiaofan Chen" <[email protected]> Fri, 15 Dec 2006 19:36:25 +0800
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On 12/15/06, John Steele Scott <[email protected]> wrote: > Hi everybody, > > I finally got around to patching Microchip's C30 version 2.05 to build and > operate nicely on Debian. This means people should be able to compile code > for the 24F, 24H and 33F devices now. I'm still only using the 30F family > myself, (actually only the 30F3013 these days). > > Basic instructions: Unzip the attached file, which gives you three > directories. For each directory you want to build: fill in the "upstream" > subdirectory appropriately, then run "dpkg-buildpackage -rfakeroot -b". > > Thanks. I could build the pic30-binutils and pic30-support package but I am having a problem building the pic30-gcc package (the build process looks okay). make[2]: Leaving directory `/home/mcuee/Desktop/dsPIC/pic30-deb-templates-2.05/pic30-gcc-2.05/build_dir/objs/libiberty' make[1]: Leaving directory `/home/mcuee/Desktop/dsPIC/pic30-deb-templates-2.05/pic30-gcc-2.05/build_dir/objs' # remove some non-cross stuff that will clash with other packages # and shuffle things about as required. rm -rf debian/pic30-gcc/usr/include rm -rf debian/pic30-gcc/usr/info rm -rf debian/pic30-gcc/usr/share/locale rm debian/pic30-gcc/usr/lib/*a rm debian/pic30-gcc/usr/share/man/man1/{cpp,gcov}.1* rm: cannot remove `debian/pic30-gcc/usr/share/man/man1/{cpp,gcov}.1*': No such file or directory make: *** [install-stamp] Error 1 I am using Ubuntu 6.10. Regards, Xiaofan