AVR programming

Leon Pollak leonp at plris.com
Sun Dec 17 16:02:27 GMT 2006


On Sunday 17 December 2006 17:47, W.P. wrote:
> Hello,
> I need something I didn't found in FAQ nor in manual:
>
> howto (step by step) set up KDevelop to use it with avr-gcc suite?
>
> I have successfully installed avr-binutils, avr-gcc, avr-libc, using
> sample demo.c and supplied Makefile from command line works fine. Now I
> would like to configure KDevelop to use all that AVR tools,  -> compile,
> assembly, link, to generating binaries for hardware programmer.
> Anyone could help?
I also do cross development. It is simple.
Go to "Project Options"->"Configure Options".
For me I set:
General->Configure arguments: 	--target=powerpc-rtems --host=i686-pc-linux-gnu
C++->Compiler Coomand (CXX):	/opt/rtems/bin/powerpc-rtems-g++

and it works fine.

Good luck!
-- 
Leon 




More information about the KDevelop mailing list