<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not able to compile linux code on OVMS 7.3.2 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615892#M39775</link>
    <description>&lt;!--!*#--&gt;No logical needed, but if there is one, it should point to the right directory, except ...&lt;BR /&gt;&lt;BR /&gt;$ sh sys/full/noproc&lt;BR /&gt;OpenVMS V7.3-2  on node KUCHL  14-APR-2010 09:15:38.27  Uptime  2 00:30:23&lt;BR /&gt;        Digital Personal WorkStation&lt;BR /&gt;$ cxx/ver&lt;BR /&gt;HP C++ V7.1-015 for OpenVMS Alpha V7.3-2&lt;BR /&gt;$&lt;BR /&gt;$ ty f.cxx&lt;BR /&gt;#include "myinclude/include.h"&lt;BR /&gt;$ &lt;BR /&gt;$ ty [.myinclude]include.h&lt;BR /&gt;int foo;&lt;BR /&gt;$&lt;BR /&gt;$ sh log myinclude&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name MYINCLUDE&lt;BR /&gt;$&lt;BR /&gt;$ cxx/prep=tt: f&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT.MYINCLUDE]INCLUDE.H;2"&lt;BR /&gt;int foo;&lt;BR /&gt;#line 2 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;$&lt;BR /&gt;$ def myinclude huhu&lt;BR /&gt;$ cxx/prep=tt: f&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;&lt;BR /&gt;#include "myinclude/include.h"&lt;BR /&gt;..............................^&lt;BR /&gt;%CXX-E-SRCFILNOOPEN, could not open source file "myinclude/include.h"&lt;BR /&gt;at line number 1 in file SYS$SYSDEVICE:[HARTMUT]F.CXX;1&lt;BR /&gt;&lt;BR /&gt;%CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSDEVICE:[HARTMUT]F&lt;BR /&gt;.CXX;1".&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;PS: Translating a logical here is a CRTL feature. The behavior is influenced by the setting of the logical DECC$DISABLE_TO_VMS_LOGNAME_TRANSLATION (although the documentation indicates it isn't).</description>
    <pubDate>Wed, 14 Apr 2010 06:36:35 GMT</pubDate>
    <dc:creator>H.Becker</dc:creator>
    <dc:date>2010-04-14T06:36:35Z</dc:date>
    <item>
      <title>Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615888#M39771</link>
      <description>&lt;!--!*#--&gt;Hi &lt;BR /&gt;&lt;BR /&gt;I am porting an application from linux to OVMS7.3.2 alpha server. &lt;BR /&gt;&lt;BR /&gt;Its a c++ code&lt;BR /&gt;I have header files included in the my source file as &lt;BR /&gt;#incldue "myInclude/myheader.h"&lt;BR /&gt;&lt;TYPICAL posix="" style=""&gt;&lt;BR /&gt;&lt;BR /&gt;The cxx compiler errors out saying that "myInclude/myheader.h" not found. But I can see that the file exist there in that location, with permissions set properly. &lt;BR /&gt; &lt;BR /&gt;I have included the paths properly in .mms file. &lt;BR /&gt;&lt;BR /&gt;I am using the mmk utility. &lt;BR /&gt;&lt;BR /&gt;I have also installed the GNV kit. But not of use &lt;BR /&gt;&lt;BR /&gt;Can anyone please help me resolve this issue. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Santosh.&lt;BR /&gt;&lt;/TYPICAL&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615888#M39771</guid>
      <dc:creator>santosh b b</dc:creator>
      <dc:date>2010-04-12T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615889#M39772</link>
      <description>&lt;!--!*#--&gt;1.  Please learn how to ask a question.  As&lt;BR /&gt;usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions and interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] an application [...]&lt;BR /&gt;&lt;BR /&gt;Which "an application"?  Is this a secret?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] c++ code [...]&lt;BR /&gt;&lt;BR /&gt;      cxx /version&lt;BR /&gt;&lt;BR /&gt;&amp;gt; #incldue "myInclude/myheader.h"&lt;BR /&gt;&lt;BR /&gt;Why are you hiding potentially useful&lt;BR /&gt;informatiuon?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; But I can see [...]&lt;BR /&gt;&lt;BR /&gt;I can't.  Perhaps you could show us exactly&lt;BR /&gt;what you see, and then we all could see it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have included the paths properly in .mms&lt;BR /&gt;&amp;gt; file. &lt;BR /&gt;&lt;BR /&gt;I can't see any of that, either.  (And if you&lt;BR /&gt;knew what "properly" was, then you probably&lt;BR /&gt;wouldn't be asking this question here.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am using the mmk utility.&lt;BR /&gt;&lt;BR /&gt;Does that actually matter for this problem?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can anyone please help me resolve this&lt;BR /&gt;&amp;gt; issue.&lt;BR /&gt;&lt;BR /&gt;(That's a question???)&lt;BR /&gt;&lt;BR /&gt;Perhaps if you include even a little useful&lt;BR /&gt;information, like, say, the actual code, the&lt;BR /&gt;actual command(s), the actual error message,&lt;BR /&gt;and so on, then someone might be able to.</description>
      <pubDate>Mon, 12 Apr 2010 14:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615889#M39772</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-12T14:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615890#M39773</link>
      <description>Bad permissions don't return "not found", but rather return the OpenVMS equivalent of a no-permissions error.&lt;BR /&gt;&lt;BR /&gt;GNV is only marginally related, and only if you're building within that environment.&lt;BR /&gt;&lt;BR /&gt;MMK is also only marginally related, save for its use in reproducing the error.&lt;BR /&gt;&lt;BR /&gt;If I've guessed at the question, please take the time to read the CXX user's guide and related parts of the manual and the HELP text:&lt;BR /&gt;&lt;BR /&gt;HELP CXX /INCLUDE_DIRECTORY&lt;BR /&gt;&lt;BR /&gt;My guess here is that the "myinclude" stuff isn't set up or isn't set up correctly, and that's covered in the help and the manuals.&lt;BR /&gt;&lt;BR /&gt;If I've not guessed correctly, please post the versions and a concise reproducer and the compiler diagnostics that are encountered when you build the reproducer. &lt;BR /&gt;&lt;BR /&gt;Also take the time to improve your own career prospects and your value to your project and your manager by reading and learning this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank"&gt;http://www.catb.org/~esr/faqs/smart-questions.html&lt;/A&gt;</description>
      <pubDate>Mon, 12 Apr 2010 14:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615890#M39773</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-04-12T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615891#M39774</link>
      <description>#incldue "myInclude/myheader.h"&lt;BR /&gt;&lt;BR /&gt;This notation means that this include file should be in OpenVMS logical disk notation.&lt;BR /&gt;&lt;BR /&gt;myInclude:myheader.h&lt;BR /&gt;&lt;BR /&gt;If you not familiar with OpenVMS well,&lt;BR /&gt;shortly,&lt;BR /&gt;myInclude is a logical name of the path,&lt;BR /&gt;myheader.h is a file located in the path.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;your include file myheader.h is located at&lt;BR /&gt;dka0:[project.files.myinclude]&lt;BR /&gt;&lt;BR /&gt;you should:&lt;BR /&gt;$DEF myInclude dka0:[project.files.myinclude]&lt;BR /&gt;Then you may to be sure its ok:&lt;BR /&gt;$dir myInclude:myheader.h&lt;BR /&gt;The file should be present.&lt;BR /&gt;&lt;BR /&gt;Then you can&lt;BR /&gt;#include &lt;MYINCLUDE&gt;&lt;BR /&gt;&lt;/MYINCLUDE&gt;</description>
      <pubDate>Wed, 14 Apr 2010 04:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615891#M39774</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2010-04-14T04:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615892#M39775</link>
      <description>&lt;!--!*#--&gt;No logical needed, but if there is one, it should point to the right directory, except ...&lt;BR /&gt;&lt;BR /&gt;$ sh sys/full/noproc&lt;BR /&gt;OpenVMS V7.3-2  on node KUCHL  14-APR-2010 09:15:38.27  Uptime  2 00:30:23&lt;BR /&gt;        Digital Personal WorkStation&lt;BR /&gt;$ cxx/ver&lt;BR /&gt;HP C++ V7.1-015 for OpenVMS Alpha V7.3-2&lt;BR /&gt;$&lt;BR /&gt;$ ty f.cxx&lt;BR /&gt;#include "myinclude/include.h"&lt;BR /&gt;$ &lt;BR /&gt;$ ty [.myinclude]include.h&lt;BR /&gt;int foo;&lt;BR /&gt;$&lt;BR /&gt;$ sh log myinclude&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name MYINCLUDE&lt;BR /&gt;$&lt;BR /&gt;$ cxx/prep=tt: f&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT.MYINCLUDE]INCLUDE.H;2"&lt;BR /&gt;int foo;&lt;BR /&gt;#line 2 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;$&lt;BR /&gt;$ def myinclude huhu&lt;BR /&gt;$ cxx/prep=tt: f&lt;BR /&gt;#line 1 "SYS$SYSDEVICE:[HARTMUT]F.CXX;1"&lt;BR /&gt;&lt;BR /&gt;#include "myinclude/include.h"&lt;BR /&gt;..............................^&lt;BR /&gt;%CXX-E-SRCFILNOOPEN, could not open source file "myinclude/include.h"&lt;BR /&gt;at line number 1 in file SYS$SYSDEVICE:[HARTMUT]F.CXX;1&lt;BR /&gt;&lt;BR /&gt;%CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSDEVICE:[HARTMUT]F&lt;BR /&gt;.CXX;1".&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;PS: Translating a logical here is a CRTL feature. The behavior is influenced by the setting of the logical DECC$DISABLE_TO_VMS_LOGNAME_TRANSLATION (although the documentation indicates it isn't).</description>
      <pubDate>Wed, 14 Apr 2010 06:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615892#M39775</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-04-14T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615893#M39776</link>
      <description>&lt;!--!*#--&gt;$ sh log openssl&lt;BR /&gt;   "OPENSSL" = "DKA100:[SYS0.SYSMGR.SSSU_OVMS.CCB2.INCLUDE.OPENSSL.COMMON.OPENSSL]" (LNM$PROCESS_TABLE)&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;As my header files related to openssl is in that path. &lt;BR /&gt;&lt;BR /&gt;but once i created the logical path and compiled I am getting the below error &lt;BR /&gt;---------------------------------------------------------------------&lt;BR /&gt;$ mmk&lt;BR /&gt;COPY CCB:[CCB]CCB.H CCB:[INCLUDE.OVMS-ALPHA]CCB.H&lt;BR /&gt;COPY VMS_SEMAPHORE.H CCB:[INCLUDE.OVMS-ALPHA]VMS_SEMAPHORE.H&lt;BR /&gt;CREATE/DIRE [.OVMS-ALPHA]&lt;BR /&gt;%CREATE-I-EXISTS, [.OVMS-ALPHA] already exists&lt;BR /&gt;OB := obj&lt;BR /&gt;CPPFLAGS := /OBJ=[.OVMS-ALPHA]/NODEBUG/NOOPTIMIZE/define=(_SOCKADDR_LEN,__VMS,__USE_STD_IOSTREAM,OPENSSL_NO_KRB5,SNIAHBALIB)&lt;BR /&gt;        /STANDARD=GNU   /NAMES=(UPPERCASE,SHORT) /NOWARNINGS    /include=([],CCB:[CCB],CCB:[INCLUDE.OVMS-ALPHA],CCB:[INCLUDE.&lt;BR /&gt;OPENSSL.OVMS-ALPHA],CCB:[INCLUDE.OPENSSL.COMMON.openssl],CCB:[INCLUDE.OPENSSL.COMMON])&lt;BR /&gt;mmk/MACRO=(OB=obj) /DESCRIP=DESCRIP.MMS [--.LIB.OVMS-ALPHA]CCB2&lt;BR /&gt;CXX /exception /OBJ=[.OVMS-ALPHA]/NODEBUG/NOOPTIMIZE/DEFINE=(_SOCKADDR_LEN,__VMS,__USE_STD_IOSTREAM,OPENSSL_NO_KRB5,SNIAHBALI&lt;BR /&gt;B) /STANDARD=GNU /NAMES=(UPPERCASE,SHORT) /NOWARNINGS /INCLUDE=([],CCB:[CCB],CCB:[INCLUDE.OVMS-ALPHA],CCB:[INCLUDE.OPENSSL.OV&lt;BR /&gt;MS-ALPHA],CCB:[INCLUDE.OPENSSL.COMMON.OPENSSL],CCB:[INCLUDE.OPENSSL.COMMON]) BASE64.CPP/template_define=definition_file_type=&lt;BR /&gt;".cxx,.c,.cc"&lt;BR /&gt;Fatal:  Insufficient virtual memory to continue compilation.&lt;BR /&gt;%LIB-F-INSVIRMEM, insufficient virtual memory&lt;BR /&gt;%MMK-F-ERRUPD, error status %X00158214 occurred when updating target [.OVMS-ALPHA]BASE64.OBJ&lt;BR /&gt;%MMK-F-ERRUPD, error status %X1C14803C occurred when updating target ALL&lt;BR /&gt;---------------------------------------------------------------------&lt;BR /&gt;My CXX version is &lt;BR /&gt;$ cxx/v&lt;BR /&gt;HP C++ V7.3-009 for OpenVMS Alpha V7.3-2&lt;BR /&gt;$&lt;BR /&gt;---------------------------------------------------------------------&lt;BR /&gt;Can anyone please correct me, where I am going wrong. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;santosh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Apr 2010 07:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615893#M39776</guid>
      <dc:creator>santosh b b</dc:creator>
      <dc:date>2010-04-14T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to compile linux code on OVMS 7.3.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615894#M39777</link>
      <description>For Insufficient Virtual Memory check this first:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9565.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9565.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Apr 2010 08:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/not-able-to-compile-linux-code-on-ovms-7-3-2/m-p/4615894#M39777</guid>
      <dc:creator>Jansen_8</dc:creator>
      <dc:date>2010-04-14T08:12:10Z</dc:date>
    </item>
  </channel>
</rss>

