[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] libxml2



Hi John,

I located the error to the point in xmlIO.c where the xmlFileOpen()
function is defined. I got it working by calling
xmlRegisterInputCallbacks() with a custom file open function.

Regards,
Kristoffer

> Hi Kristoffer,
>
> Kristoffer Hedberg wrote:
>> I'm using the Xilinx-Spartan3E1600-RevA board and the pre-built designs
>> loaded with petalinux-boot-prebuilt.
>>
>> The build of libxml2 works, but I get the following error when trying to
>> run the program:
>>
>>     I/O warning : failed to load external entity "NULL"
>>
>> The failing call is
>>
>>     xDoc = xmlReadFile(strFileName, NULL, XML_PARSE_NOBLANKS);
>>
>> which returns NULL.
>>
>> Has anyone successfully used libxml2 on microblaze?
>
> I haven't tried it - my suggestion would be to grep through the libxml
> sources for that error message, and try to understand the circumstances
> that would cause it to be generated.  If you want to post some sime test
> code (source and makefile) then perhaps someone else can give it a try
> as well.
>
> Regards,
>
> John
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive :
> http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
>
>


___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/