Hi,
relapath isn't really needed, as it is just used to implement an utility function. As for the linker errors, I guess they are due to the specific restriction of your target architecture; maybe Xerces is too big for the memory of the system? In this case you could try excluding from the library the parts that you don't plan to use (schema validation, DOM, XInclude...)

Alberto

Il 23/10/13 19:24, isma ha scritto:
Hell Alberto,

You are right, realpath() is not defined on stdlib/unistd headers from the
g++ compiler used. So, it is not possible to compile the file using this
specific compiler :/

Anyway I am trying to compile xerces without this part of code, so I hope it
not affects so much. It compiles, but when it links, it shows some error
messages like:

ld: address 0x39993c of CreateDOMDocument section `.text' is not within
region `internal_mem'
ld: CreateDOMDocument section `.bootloader' will not fit in region
`internal_mem'
ld: address 0x425468 of CreateDOMDocument section `.rodata' is not within
region `internal_mem'
...

I think it is not related to the previous mistake.

Thanks for your help.



Reply via email to