Using Jungle IDE Lite

Monkey Forums/Monkey Programming/Using Jungle IDE Lite

richicon(Posted 2012) [#1]
When compiling for pss i get this error using jungle IDE Lite

C:\MonkeyPro60\bin\trans_winnt.exe -run -config=debug -target=pss "C:\Users\Crane\Documents\Mark.monkey"
TRANS monkey compiler V1.36
Parsing...
Semanting...
Translating...
Building...
Mono.Addins.Setup.InstallException: Application not found: pss
at MonoDevelop.Core.ApplicationService.StartApplication(String appId, String[] parameters)
at MonoDevelopProcessHost.Main(String[] args)
TRANS FAILED: TRANS Failed to execute '"C:\SCE\PSM/tools/PssStudio/bin/mdtool" pss windows run-project MonkeyGame.sln', return code=-1
Abnormal program termination. Exit code: -1


ziggy(Posted 2012) [#2]
This error is being reported a compilation time, that means that the error is raised by Trans, so not Jungle related. Ensure your pss SDK is properly installed and that everything is set up properly.


richicon(Posted 2012) [#3]
When I installed he SDK it installed as SCE/PSM.. and not SCE/PSS

is ther another SDK I should be using?