Hi,
I want to build an application from command line. I have found some info http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_3/SDK_Doc/reference/sdk_u_commandline.htm here, tried it, but it fails. it gives an error "No Java Virtual Machine is found".
here is my batch file:
set WSPACE=D:\Projects\INIC\Aragog\SDK_Workspace_9_1
set BSPNAME=ppc405_0_sw_platform
set APPNAME=PerformanceTest_prj
set VM=%XILINX_EDK%\java\nt\jre_142\bin
set VM=C:\Xilinx91i\java\nt\jre\bin
%XILINX_EDK%\eclipse\bin\nt\eclipse.exe -vm %VM% -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build $(BSPNAME) -data $(WSPACE) -vmargs -Dorg.eclipse.cdt.core.console=org.eclipse.cdt.core.systemConsole
What may be the problem??