Quote:
Originally Posted by ericshliao
Now, I have incorporated iRex official SDK with ScratchBox and built some working apps. Too bad many others not working on iLiad even though I can build it.
|
About the apps not working on iliad althugh you can build them:
1. They work in the scratchbox environment? (i.e. you can execute them if the display is correctly set)
2. Have you checked there are no missing libraries in the iliad for them? (executing them from the command line doesn't complain about a not found libary)
Quote:
Originally Posted by ericshliao
I just found that some apps need GCC >=4.10. So, I am trying to build a GCC4.11 with crosstools for ScratchBox. Please give some suggestion or anything might be of help. Thanx.
|
You may find that the minimum version of the libc that works with gcc4.1 is greater than the one on the iliad (2.3.3 beta, if I'm not mistaken). Anyway, look at the tested gc/libc combination matrix at crosstool site. If you have to use a newer libc, that would mean that you have to include that libc with your app (Adam did this for one of his ports; gnumeric IIRC), and then your package would be rather big...