On Wed, Jun 17, 2009 at 1:51 AM, Dan Miller
<dan@xxxxxxxxxx> wrote:
Okay, we're building our project here, but we are getting some errors
in the software build that we don't understand (and Xilinx's
error-lookup facility reports "I've never heard of this error that I'm
generating". Interestingly, these errors do *not* terminate the build,
which appears to run to completion. Does anyone know what these are
coming from, and how to solve them?
[snip]
Running generate.
#--------------------------------------
# PetaLinux BSP generate...
#--------------------------------------
ERROR:EDK:3234 - request for property: handletype of a MODULE not
handled.
ERROR:EDK:3234 - request for property: handletype of a MODULE not
handled.
ERROR:EDK:3234 - request for property: handletype of a MODULE not
handled.
These are another artifact of a change in the backend TCL API in 11.1. Based on my testing, these errors can be safely ignored. I will look into a way of supressing them entirely, ignored error messages are generally not a good thing.
Regards,
John
--