* [U-Boot-Users] Xilinx EDK error message on libgen
@ 2005-08-13 10:52 andrew.l.bomber at maxtek.com
2005-08-13 16:31 ` Wolfgang Denk
2005-08-26 14:43 ` Peter Ryser
0 siblings, 2 replies; 5+ messages in thread
From: andrew.l.bomber at maxtek.com @ 2005-08-13 10:52 UTC (permalink / raw)
To: u-boot
Hello,
I am trying to compile u-boot for the first time. My target board is a
custom device with only a UARTLite, SPI Flash, and SDRAM with PPC on a
Xilinx FPGA. I continually get the same error when I try to generate
libraries. I am trying to generate the libraries through the EDK IDE. Is
anyone on this board familiar with porting u-boot to a Xilinx device in EDK?
If so could you help? The stand alone OS works just fine on this project
before I changed the OS_NAME in the mss.
The command that EDK 6.3i issues to generate libraries:
libgen -mhs system.mhs -p xc2vp4fg256-6 system_u-boot.mss
The error message:
WARNING: The parameter USE_DCR for the intc driver has been deprecated. Any
reference to this parameter in the MSS file will be ignored.
define_config_file: XNullHandler
ERROR:MDT - Error while running "generate" for processor ppc405_0...
make: *** [ppc405_0/lib/libxil.a] Error 2
Done.
Thanks,
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Xilinx EDK error message on libgen
2005-08-13 10:52 [U-Boot-Users] Xilinx EDK error message on libgen andrew.l.bomber at maxtek.com
@ 2005-08-13 16:31 ` Wolfgang Denk
2005-08-26 14:43 ` Peter Ryser
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2005-08-13 16:31 UTC (permalink / raw)
To: u-boot
In message <7E11C792A1D81242B9BFFC8355D4979387F4CC@us-bv-m23.global.tektronix.net> you wrote:
>
> I am trying to compile u-boot for the first time. My target board is a
I don;t see any actual reference to U-Boot in your message?
> The command that EDK 6.3i issues to generate libraries:
> libgen -mhs system.mhs -p xc2vp4fg256-6 system_u-boot.mss
>
> The error message:
> WARNING: The parameter USE_DCR for the intc driver has been deprecated. Any
What has this to do with U-Boot?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Beauty is transitory." "Beauty survives."
-- Spock and Kirk, "That Which Survives", stardate unknown
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Xilinx EDK error message on libgen
@ 2005-08-13 19:36 andrew.l.bomber at maxtek.com
2005-08-13 20:46 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: andrew.l.bomber at maxtek.com @ 2005-08-13 19:36 UTC (permalink / raw)
To: u-boot
Hello,
I thought I needed to create a board support package with Xilinx generated
libraries for their PowerPC core and FPGA, and then merge it with the U-Boot
source tree in order to compile. However since I have changed the OS_NAME
and target directoyr in the mss file to target U-Boot I haven't been able to
generate libraries for the Xilinx FPGA, which I beleive I need in order to
compile U-Boot so it runs on the custom board I have.
I was hoping someone on this measage board would have experience with
cross-compiling a u-boot image to target a Virtex II Pro FPGA or any Xilinx
FPGA with an embeded CPU. If you only want questions and information in
regards to development on this e-mail list could you please let me know if
ther is another mailing list for new users?
Thanks,
Andrew
-----Original Message-----
From: Wolfgang Denk
To: Bomber, Andrew L
Cc: u-boot-users at lists.sourceforge.net
Sent: 8/13/2005 9:31 AM
Subject: Re: [U-Boot-Users] Xilinx EDK error message on libgen
In message
<7E11C792A1D81242B9BFFC8355D4979387F4CC@us-bv-m23.global.tektronix.net>
you wrote:
>
> I am trying to compile u-boot for the first time. My target board is a
I don;t see any actual reference to U-Boot in your message?
> The command that EDK 6.3i issues to generate libraries:
> libgen -mhs system.mhs -p xc2vp4fg256-6 system_u-boot.mss
>
> The error message:
> WARNING: The parameter USE_DCR for the intc driver has been
deprecated. Any
What has this to do with U-Boot?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Beauty is transitory." "Beauty survives."
-- Spock and Kirk, "That Which Survives", stardate unknown
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Xilinx EDK error message on libgen
2005-08-13 19:36 andrew.l.bomber at maxtek.com
@ 2005-08-13 20:46 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2005-08-13 20:46 UTC (permalink / raw)
To: u-boot
In message <7E11C792A1D81242B9BFFC8355D4979387F4CD@us-bv-m23.global.tektronix.net> you wrote:
>
> I was hoping someone on this measage board would have experience with
> cross-compiling a u-boot image to target a Virtex II Pro FPGA or any Xilinx
Your message was not about any problems with U-Boot cross
compilation, but with some proprietary Xilinx tools.
> FPGA with an embeded CPU. If you only want questions and information in
> regards to development on this e-mail list could you please let me know if
> ther is another mailing list for new users?
You asked a Xilinx question which was at least 90% off topic here. I
have no idea where to post such questions. We deal with U-Boot only.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am pleased to see that we have differences. May we together become
greater than the sum of both of us.
-- Surak of Vulcan, "The Savage Curtain", stardate 5906.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Xilinx EDK error message on libgen
2005-08-13 10:52 [U-Boot-Users] Xilinx EDK error message on libgen andrew.l.bomber at maxtek.com
2005-08-13 16:31 ` Wolfgang Denk
@ 2005-08-26 14:43 ` Peter Ryser
1 sibling, 0 replies; 5+ messages in thread
From: Peter Ryser @ 2005-08-26 14:43 UTC (permalink / raw)
To: u-boot
Andrew,
have a look at XAPP542
(http://direct.xilinx.com/bvdocs/appnotes/xapp542.pdf). It explains how
to get started with U-Boot for Xilinx FPGAs.
- Peter
andrew.l.bomber at maxtek.com wrote:
>Hello,
>
>I am trying to compile u-boot for the first time. My target board is a
>custom device with only a UARTLite, SPI Flash, and SDRAM with PPC on a
>Xilinx FPGA. I continually get the same error when I try to generate
>libraries. I am trying to generate the libraries through the EDK IDE. Is
>anyone on this board familiar with porting u-boot to a Xilinx device in EDK?
>If so could you help? The stand alone OS works just fine on this project
>before I changed the OS_NAME in the mss.
>
>
>The command that EDK 6.3i issues to generate libraries:
>libgen -mhs system.mhs -p xc2vp4fg256-6 system_u-boot.mss
>
>The error message:
>WARNING: The parameter USE_DCR for the intc driver has been deprecated. Any
>reference to this parameter in the MSS file will be ignored.
>define_config_file: XNullHandler
>ERROR:MDT - Error while running "generate" for processor ppc405_0...
>make: *** [ppc405_0/lib/libxil.a] Error 2
>Done.
>
>Thanks,
>
>Andrew
>
>
>-------------------------------------------------------
>SF.Net email is Sponsored by the Better Software Conference & EXPO
>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-08-26 14:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-13 10:52 [U-Boot-Users] Xilinx EDK error message on libgen andrew.l.bomber at maxtek.com
2005-08-13 16:31 ` Wolfgang Denk
2005-08-26 14:43 ` Peter Ryser
-- strict thread matches above, loose matches on Subject: below --
2005-08-13 19:36 andrew.l.bomber at maxtek.com
2005-08-13 20:46 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox