01-15-2014, 06:56 AM
Just back up again - the VPS it's hosted on is having a bit of instability.
Bearbin's Automated Builds
|
01-15-2014, 06:56 AM
Just back up again - the VPS it's hosted on is having a bit of instability.
01-19-2014, 06:14 AM
I've just found this: http://www.kitware.com/blog/home/post/426
It describes, step by step, how to make RasPi cross-compiling work on Linux. Perhaps you could use that to set up crosscompiling on a more powerful PC rather than using the actual Pi for the compilation.
01-19-2014, 08:38 AM
If you go for cross compiling the only system libraries we use are the dynamic loader(should by libdl) and libm.
01-19-2014, 08:49 PM
I'll look into it.
01-20-2014, 01:37 AM
Thanks for that guide. If any of you has a raspi can you test MCServer Linux-RasPi New please
Doesn't seem to be building
Well, now that's trouble - the build process needs one of the executables it built to actually generate the bindings.
01-20-2014, 01:45 AM
ah. That would seem to be a problem
How do you think I could get around that?
01-20-2014, 01:59 AM
Copying a tolua executable from the machine-local builds could help, but CMake might want to overwrite it with a fresh compile nevertheless.
Is there a way to execute normal (not crosscompile) cmake for tolua and then the crosscompile one for MCS? Hm, but that will make it complain, you'd need separate configuration folders, which would defeat the purpose of reusing the tolua executable. Dunno. Sorry.
Cmake does have something on the wiki about it. I'm trying to decipher it now. It seems xoft that your right about compiling twice.
Looks like you have to do a build on the native platform then the crosscompiled platform and you can set the cmake file up to use the native version of the generator.
03-03-2014, 06:12 AM
I may have finally fixed the issues with Hard and Soft float. I have now created a hardfloat build (should improve performance) and I've also renamed the softfloat build.
|
« Next Oldest | Next Newest »
|