stdcpp with raspberry pi?

Monkey Forums/Monkey Programming/stdcpp with raspberry pi?

BlitzProg(Posted 2012) [#1]
Hey there!
Yesterday I've received my Raspberry Pi and, the same way, discovered the bitter difference between ARM and Intel processors (Basically BlitzMax will simply not run on it T_T)

With a bit of thinking, I've started thinking about stdcpp, after compiling a test file I find two interesting files in the build folder: .h file and .cpp file

Can I do anything with these? (such as using a c++ compiler...?)

I'm rather interested in using this tiny card for performing graphic-less operations.

Thanks


vbnz(Posted 2012) [#2]
Monkey use gcc to compile stdcpp.
Gcc can compile to MIPS,ARM,x86,x86-64 and more architectures.
http://en.wikipedia.org/wiki/GNU_Compiler_Collection

http://monkeycoder.co.nz/Community/posts.php?topic=2953


BlitzProg(Posted 2012) [#3]
Thanks

Well, being a linux newb this will probably take a while to get used to and get everything configured properly, but I'll take care about this one day or another. :)


AdamRedwoods(Posted 2012) [#4]
someone had a big thread about theirs and how they compiled on it.

basically my thought is you may have to add a CC_OPTS into the stdcpp trans target, so you can add/change/find the right libraries during the build. The monkey-ext library uses this addition.


DruggedBunny(Posted 2012) [#5]
There are a few threads about the Pi here...

http://www.monkeycoder.co.nz/Community/posts.php?topic=2953
http://www.monkeycoder.co.nz/Community/posts.php?topic=3415
http://www.monkeycoder.co.nz/Community/posts.php?topic=3574

We're a bit limited graphics-wise until it has hardware drivers for the X system, though...