Problems cross compiling CLN


eyecreate

Member
Joined
Feb 3, 2009
Messages
253
Website
git.eyecreate.org
I've been trying to get Qalculate ported to the Pandora, but have come across issues with the Class Library for Numbers it uses. At first, I just got bunches of linking errors, so I looked to see if I missed a dep for the library. It listed libgmp as necessary. After compiling/installing that along with telling CLN to specifically use gmp(wouldn't seem to by default) along with passing NO_ASM, I got it to compile without visible issues. I finished compiling the rest of the stack into a PND, but when I tried it out, nothing came up.(no logs or anything) I then tried running it from the console, and was getting segfaults tracing back to ld-linux.(according to gdb) Does anyone else have an idea why the lib is not linking properly?
 
Back
Top