Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by smcnutt@Nov 4 2006, 01:20 AM hi young,
> i install the tools cdk4nios
don't use cdk4nios -- it is junk ... it is old ... it is unmaintained. if you must use it, you're on
your own :-(
> and use nios-elf-gcc to compile the u-boot-1.1.4.
just to make sure: this is for nios-32, not nios ii -- is that what you intend?
> for the test,i input: make dk1c20_config
... snip ...
> cfg_disp_cword' undeclared (first use in this function)
> cmd_display.c:41: (each undeclared identifier is reported only once
> cmd_display.c:41: for each function it appears in.)
> cmd_display.c:51: `cfg_disp_chr_ram'
it looks like cfg_cmd_display is now a default option. try adding it to the
excluded options where config_commands is defined in the board
config file:
include/configs/dk1c20.h<div class='quotetop'>quote
--- quote end ---
--- quote start ---
#define config_commands (cfg_cmd_all & ~(
cfg_cmd_askenv |
cfg_cmd_bedbug |
cfg_cmd_bmp |
cfg_cmd_bsp |
cfg_cmd_cache |
cfg_cmd_date |
CFG_CMD_DISPLAY | \ [/b] CFG_CMD_DOC | CFG_CMD_DTT | CFG_CMD_EEPROM | CFG_CMD_ELF | ...[/b] --- Quote End --- Regards, --Scott <div align='right'><{post_snapback}> (index.php?act=findpost&pid=19153)</div> [/b] --- Quote End --- Hi,smcnutt.Thank you so much for replying,and intalling the CDK4NIOS.CDK4NIOS is not the best one ,but I have to,for I can't find a suitable one.would you please look for a new cross compile tool for me.