GCC Tutorials
Shawna
Posts: 508
Hello,
Do you guys have any links to GCC guides or tutorials, or books that start at the ground up? I have been unable to find any tutorials that I understand.
Thought I would play with C a little bit, having problems getting started. I found some demos that work but I don't understand the synthax. I am using the SimpleIDE.
Thanks
Shawn
Do you guys have any links to GCC guides or tutorials, or books that start at the ground up? I have been unable to find any tutorials that I understand.
Thought I would play with C a little bit, having problems getting started. I found some demos that work but I don't understand the synthax. I am using the SimpleIDE.
Thanks
Shawn
Comments
Very usefull pages of code letting some hope of further exemples.
But since summer it seems that other tasks have much priority.
Hope updates and new exemples.
BTW my nigtmare are compiler/linker messages like "file **** not found"
Strangely , it seems that my programs are always loosing the paths to get the files they need ! How to fight that in Simple IDE ?
Jean Paul
Still lost
Thanks
Shawn
This page (and site) may be of interest: https://sites.google.com/site/propellergcc/documentation/faq
I'll go ahead and update the FAQ with a few more of your questions.
I have started a lot of threads lately and have left them all open with no resolve. Even though I have not conquered very many of these trivial tasks, I have learned a lot. And by asking questions and receiving feedback from you guys I find myself having more questions than answers, and not enough time to explore.
The reason I am contemplating C again is because I would like to do floating point math and I would like to do it as fast as possible. I am assuming that doing the floating point math in C will be 2.5 times faster. Am I chasing a dream here? Also a big problem is the objects, there is no way I am going to be able to write programs for full duplex or I2C routines. Is there an object library for C? It also looked like it was possible to load a Spin file into C, maybe I can do that with I2C.
Still brain storming, the link in post #5 looks to be very helpful, and I looked up The C Programming Language, by Kernighan and Ritchie there was a C tutorial on their site that also looks promising.
Shawn