Problem compiling programs from the BP file in the QMSYS account

From ScarletDME
Revision as of 17:29, 22 June 2012 by Geneb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you try compiling a program in BP from the QMSYS account, you may get this error:

:BASIC BP PCL
DATA part of the file already exists

Unable to open newly created output file

:

Check to see if the BP.OUT directory exists under /usr/qmsys (or where ever you've installed ScarletDME/OpenQM).

If it doesn't exist, shutdown ScarletDME/OpenqM and create it:

1. sudo mkdir /usr/qmsys/BP.OUT
2. sudo chmod 775 /usr/qmsys/BP.OUT
3. sudo chown qmsys.qmusers /usr/qmsys/BP.OUT

Restart ScarletDME/OpenQM and you should be good to go.