--- Quote Start ---
originally posted by mike@May 26 2004, 06:46 AM
karl:
by default, support for the cf interface on the altera dev boards is enabled in the kernel. your compile failed because it could not find the appropriate definitiions (na_ide_ide) for this interface.
did you use the .ptf file we supplied with the distribution or have you created your own quartus project? if you did use the .ptf file we supplied (found under nios2/examples/verilog/<board>/linux/), can you check whether the na_ide_ide symbol was created in nios2_system.h (found in your workspace for the kernel, probably nios2/bin/eclipse/workspace/<whatever_you_called_it>/build/include)
if you created your own quartus project and you wish to use the cf interface, you'll need the compact flash component. if you don't care or don't want to wait for the cf component, you can simply disable ide support (in the kernel configuration, under device drivers->ata/atapi/mfm/rll support) and the compile should complete without further ado.
mike --- Quote End ---
Hi Mike,
I based the system on the Full Featured ptf file from the examples Altera supplied with Nios II. Because I am in Europe we look in the VHDL directories and I never noticed the Linux example in the Verilog dirs.
Thanks for your quick reponse. I will get back if I am succesful.
Karl.