Hi Katherine, I think your problem might be that gmake isnt a recognized command in your bash shell.
Have a look at the last point on the tools setup page "Point gmake to make by creating the symbolic link gmake -> make: cd /usr/bin/ sudo ln -s make gmake" Regards Wesley On Fri, Mar 22, 2013 at 8:47 PM, katherine viviana cortes urbina < [email protected]> wrote: > Hi All, > > I have installed the new toolflow having Matlab 2012b and Xilinx 14.4, > adding also the removed pcores available form your repository. > > 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.'); > > > if I run the line status = system(['xps -nw -scr run_xps.tcl system.xmp']) > in terminal the matlab I see: > > > Xilinx Platform Studio > Xilinx EDK 14.4 Build EDK_P.49d > Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. > > XPS% Loading xmp file system.xmp > ERROR:EDK - The given XMP file does not exist > > XPS% ERROR:EDK - File run_xps.tcl specified with -scr option not found > > status = > > 1 > > any idea?? > > Cheers > > katty > >

