Altera_Forum
Honored Contributor
20 years agolibxml2 And Program Too Big
Hi,
I am having limited success in cross compiling libxml2. When I link and then try to run my small test program from an NFS mount, I get the runtime error from Nios2/uClinux: "program too big" for a program that is 1520936 bytes. free reports:# free
MemTotal: 14544 kB
MemFree: 9140 kB
Buffers: 1764 kB Does this seem right? My program is 1.5MB and my free memory is 9.1MB. What is the limit for binary file sizes? I'm guessing my job at cross compiling libxml2 is incomplete. Does anyone know of a libxml2 port? Cheers, Jim