Shop OBEX P1 Docs P2 Docs Learn Events
Simpleide error — Parallax Forums

Simpleide error

Ray0665Ray0665 Posts: 231
edited 2015-01-08 11:17 in Propeller 1
Running Simpleide on the raspberry pi with robopi board attached
I am attempting to compile a known good spin program and I am getting this error:

/opt/parallax/bin/ error ...(0)

What is this and how do I fix it?

Comments

  • Ray0665Ray0665 Posts: 231
    edited 2015-01-06 08:50
    It is version 0.9.45 and I got it off of the Parallax site a few days ago via a wget
    on the Raspberry Pi, but don't remember the actual link.

    Just found the link
    https://googledrive.com/host/0B8ruEl5BL0dfZzZfdHRiX2pYNm8/SimpleIDE_0-9-45_armv6l-RaspberryPi-Linux.tar.bz2
  • dgatelydgately Posts: 1,630
    edited 2015-01-06 11:27
    Ray0665,

    Possibly a bad installation. Looks like it doesn't see the compiler... Are your SimpleIDE Properties set like this?

    RPiSimpleIDE.png


    You can quickly check to see if the compiler and other needed tools are installed by running the following command in LXTerminal:
    $ ls /opt/parallax/bin
    

    That "should" display "propeller-elf-gcc" among 27 or so other executables. If not, suspect the installation.

    I just re-installed using the download & instructions from: http://learn.parallax.com/propeller-c-set-simpleide/raspberrypi I had an issue on a 256MB RPi B (oldest HW release) that has little memory and only a 4GB SD card. That install failed for lack of space. On a RPi B+ with 512MB and an 8GB SD card, installation succeeded and I was able to upload a compiled C project to a QuickStart board...


    dgately
    805 x 485 - 237K
  • Ray0665Ray0665 Posts: 231
    edited 2015-01-08 11:17
    So I completely removed all past simpleide installations, fetched a fresh copy and reinstalled
    The original error is gone. So it must have been a install error.

    Now simpleide does not see the prop on ttyAMA0 (Yes I disabled the console and stopped the getty)
    propeller-load -e <file> from the command line works just fine, The build completes no errors but simpleide does
    not see the propeller. Any Ideas?

    Update
    running propeller-load as <user> gives a GPIO permission denied error
    but as root it works fine.

    Can anyone tell me the magic spell to cast on GPIO to unlock it?
Sign In or Register to comment.