Altera_Forum
Honored Contributor
14 years agoThe problem of the DasUBoot !
4. configure and build, make clean make my_nios2_config make ==================================== I've set, "export CROSS_COMPILE=nios2-linux-uclibc- " In u-boot dir, put my_nios2.h in include/configs/, put my_nios2_fpga.h in board/altera/nios2-generic/. Then add an entry my_nios2 to the NIOS2_GENERIC list,like this: " # include "../board/altera/nios2-generic/my_nios2_fpga.h" /* fpga parameters */ # define CONFIG_BOARD_NAME "my_nios2" /* custom board name */ " Why does the command not work ? [root@localhost u-boot]# make clean [root@localhost u-boot]# make my_nios2_config make: *** No rule to make target `my_nios2_config'. Stop. [root@localhost u-boot]# make clean [root@localhost u-boot]# make my_nios2 make: *** No rule to make target `my_nios2'. Stop. THANKS !