Simpleide error
Ray0665
Posts: 231
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?
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
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
Possibly a bad installation. Looks like it doesn't see the compiler... Are your SimpleIDE Properties set like this?
You can quickly check to see if the compiler and other needed tools are installed by running the following command in LXTerminal:
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
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?