Shop OBEX P1 Docs P2 Docs Learn Events
pgcc on Ubuntu 10.04 2GB Netbook — Parallax Forums

pgcc on Ubuntu 10.04 2GB Netbook

mindrobotsmindrobots Posts: 6,506
edited 2011-11-03 21:02 in Propeller 1
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.

Comments

  • jazzedjazzed Posts: 11,803
    edited 2011-11-03 21:02
    mindrobots wrote: »
    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.

    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
Sign In or Register to comment.