pgcc on Ubuntu 10.04 2GB Netbook
mindrobots
Posts: 6,506
Downloaded, extracted, followed INSTALL.txt instructions.
cd demos
make clean
make
cd demos/toggle/cog_c_toggle
propeller-load -r -p0 toggle.elf
The LEDs on my Quickstart are blinking with reckless abandon.
No issues with install.
Thank you to the PROPGCC team. It's very impressive and nice to have a clean CLI based environment to play with C on the propeller.
Now it's time to dig in and start doing something useful since the tool chain is now working on several of my laptops and netbooks.
I just need to find a beginner level project to dig into.
cd demos
make clean
make
cd demos/toggle/cog_c_toggle
propeller-load -r -p0 toggle.elf
The LEDs on my Quickstart are blinking with reckless abandon.
No issues with install.
Thank you to the PROPGCC team. It's very impressive and nice to have a clean CLI based environment to play with C on the propeller.
Now it's time to dig in and start doing something useful since the tool chain is now working on several of my laptops and netbooks.
I just need to find a beginner level project to dig into.
Comments
Congratulations. The PEKit Labs and PEKit Labs Fundamentals have very good examples to port.
Some of the simplest ever books on MCU operation ever are the Basic Stamp series.
Many of the examples in those books are good entry points.
I look forward to your results.
Thanks.
--Steve