SimpleIDE builds on the Raspberry PI !!

Just got SimpleIDE built and running on the Raspberry PI.
Like so:
1) If you want to use C/C++ get propgcc installed as per instructions in my previous thread
http://forums.parallax.com/showthread.php?141428-propgcc-builds-on-Raspberry-Pi-!!
2) Install the qt4 development tools:
3) Get the sources of SimpleIDE (propside)
4) Change to the source directory and build it:
$ cd propside/propside
$ qmake
$ make
Only takes an hour or so.
5) Test it:
$ ./SimpleIDE
Yay it runs and compiles things!
I still don't have a serial port or loader to actually load a Pro from Raspi yet.
Like so:
1) If you want to use C/C++ get propgcc installed as per instructions in my previous thread
http://forums.parallax.com/showthread.php?141428-propgcc-builds-on-Raspberry-Pi-!!
2) Install the qt4 development tools:
$ apt-get install qt4-dev-tools
3) Get the sources of SimpleIDE (propside)
$ hg clone https://code.google.com/p/propside/
4) Change to the source directory and build it:
$ cd propside/propside
$ qmake
$ make
Only takes an hour or so.
5) Test it:
$ ./SimpleIDE
Yay it runs and compiles things!
I still don't have a serial port or loader to actually load a Pro from Raspi yet.
Comments
Thanks for blazing the trails ahead of us!!
It failed miserably with an internal compiler error ending like so:
Odd that as qmake, make in the source directory worked OK.
Ah well better do that again...
If you want the latest SimpleIDE code with support for spin, do $ hg update spinside
That will also give you the Parallax spin library. I've been copying that to /opt/parallax .
I haven't worked out the release details yet. You'll have to add a PI folder and tweak it.
Post your package here:http://code.google.com/p/propside/downloads/list
Please don't push any changes to the repo until after August 1st.
i built it a few weeks ago & posted tarballs of the binaries on my website (http://russelldavis.org/RaspberryPi). i only built for softfp though. i was going to build them for the hard float raspbian sometime this week so if you've already done that i won't need to
[edit: sorry forgot to quote. the cc1plus error is normally caused by it running ram, using the 32/224 split and swap normally solves it]
oh and the other thing i seem to remember having to do was (although been building so much stuff recently it might be for something else) was change the -j option so it didn't try to use more than a couple of threads to build.
hope that helps
Actually I have not started to tackle the differnt raspi options. Just jumped into a compile fest for Prop and work related stuff.
Thanks for the heads up, I'll try that out tomorrow.
I was also wondering if putting things on an nfs share on my PC would speed things along a bit. And perhaps a little raspi overclocking:)
I didn't post the resulting binaries but because propgcc takes so long to compile natively i started using my cross compiling environment to build it as then it is just a couple of hours rather than an overnight thing. a fast sd card or nfs will probably help though, personally i'm loathed to overclock, not for any real reason other than i'm a stubborn wotsit and it feels like a cheat
Crosscompiling has always been a pain for me. Also for the guys building Raspian.
At the end of the day I think a system like the Pi running Debian should be self sufficient.
Back in the day I would wait all day and night for three Intel development systems to do a total recompile of our 8080 based application. Nothing has changed much in 30 years!
i'm still waiting for code code i sent for processing to be returned to me 35 years later, do you think they might possibly have forgotten about it?