Linux Toolchain Help


Laurent said:
Pickle said:
Well modifying the LD path has been one idea being floated around. But to be honest we have 512 mb of nand, its not going to be taken up by adding shared libraries.
The best solution I think would be a process that would get the shared libraries added into the image so everyone gets the libraries.
Are you sure it's wise to do that? .so libs are not that small; add a few different versions of any of each needed lib and your 512MB might very well be full much earlier than you'd expect.

Still I think that would be quite a few libraries, and thats not exactly the situation im talking about. Say for example I need to put nanogl somewhere, the library is small, im not going to fill up up my nand by copying it /usr/lib. If your smart about it and use some common sense, there shouldnt be an issue.
But my preferred method would be to have it included in the image so everyone could use it.
 
Last edited by a moderator:
Back
Top