GCC has debugging & hardware emulation wireing functions2gcc is their a way to get them? from the arduino?
If you mean a way of simulating a program for an AVR on a PC, yes, gcc has support for it, but not for an arduino. From the arduino ide and wiring is not possible to simulate a program.
You need to use AVR studio and the WinAVR software package.
arduino-0011\hardware\cores\arduino
I herd has the arduno has the added files to gcc that makes it the arduino output.
So in other words if I can simulate the GCC stuff I do and see lots of arduino examples online…
I want to use gcc and the headers added to make arduino so I can simulate the gcc code and the code people have on the net that has arduino functions…