Hi Katherine,
On Mar 22, 2013, at 11:47 AM, katherine viviana cortes urbina wrote:
> running the casper_xps the tut3.slx I got one error message:
>
> ********************************************************************************
> gmake: *** [implementation/system.bit] Error 1
> ERROR:EDK -
> Error while running "gmake -f system.make bits".
> Error using gen_xps_files (line 644)
>
> when I open gen_xps_files in the line 644
>
> eval(['cd ',xps_path]);
> status = system(['xps -nw -scr run_xps.tcl
> system.xmp']);
> if status ~= 0
> cd(simulink_path);
> line 644 error('XPS failed.');
Probably the real error appeared earlier in the output, but I assume it's too
late now to scroll back. :-(
> if I run the line status = system(['xps -nw -scr run_xps.tcl system.xmp']) in
> terminal the matlab I see:
>
> XPS% ERROR:EDK - File run_xps.tcl specified with -scr option not found
Did you cd into the <design_name>/XPS_ROACH*_base directory before running that
command?
Hope this helps,
Dave