各位大侠 我是一个新手 现在出现下面问题 如何解决?
make: Entering directory `/cygdrive/f/standardrn/software/blank_project_4/Debug'
nios2-flash-programmer --input=ext_flash.flash --sof=`C:/quartus/sopc_builder/bin/find_sopc_component_dir renew_1s10_board`/system/renew_1s10_board.sof --device=1 --base=0x00800000
Sep 22, 2004 5:02:42 PM - (??) nios2-flash-programmer: Launching Quartus Programmer to download:
c:/altera/kits/nios2/examples/renew_1s10_board/system/renew_1s10_board.sof
Pre-Reading 29KBytes of data from U5:
|----.----+----.----|
********************* (3.265 sec).
Sep 22, 2004 5:03:15 PM - (??) nios2-flash-programmer: Success. Zero bytes written to U5-
(because device matched contents of ext_flash.flash)
Sep 22, 2004 5:03:15 PM - (??) nios2-flash-programmer: Flash programming complete
WARNING: Default charset GBK not supported, using ISO-8859-1 instead
sof2flash --flash=U5 --offset=0x00600000 --output=user.flash --input=\"F:/standardrn/standard_time_limited.sof\"
Info: *******************************************************************
Info: Running Quartus II Convert_programming_file
Info: Command: quartus_cpf --no_banner --convert F:/standardrn/standard_time_limited.sof user.rbf
File F:/standardrn/standard_time_limited.sof contains one or more time-limited megafunctions that support the OpenCore Plus feature that will not work after the hardware evaluation time expires. Refer to the Messages window for evaluation time details.
Info: SRAM Object File F:/standardrn/standard_time_limited.sof contains time-limited megafunction that supports OpenCore Plus feature -- Vendor: 0x6AF7, Product: 0x00A2
SOF Data item missing input file
Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings
Info: Processing ended: Wed Sep 22 17:03:17 2004
Info: Elapsed time: 00:00:00
Sep 22, 2004 5:03:17 PM - (??) sof2flash: Read error: File: user.rbf not found, exiting
Sep 22, 2004 5:03:17 PM - (??) sof2flash: Error retrieving data from user.rbf
WARNING: Default charset GBK not supported, using ISO-8859-1 instead
make: *** [ext_flash_user_configuration] Error 3
make: Leaving directory `/cygdrive/f/standardrn/software/blank_project_4/Debug' |