<?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 /usr/ccs/bin/ld: Unsatisfied symbols: make Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-ccs-bin-ld-unsatisfied-symbols-make-problem/m-p/2869157#M721561</link>
    <description>I get the following error, when i compile on HP UNIX with gcc compiler of HP. I am using pthread library..&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/gcc -D__BUILD__HPUX__VER -I../../config -I../../include -I../../src/ssp/vos/include -I. -I../../src/smp -I../../config/vrp -I../../src/smp/tcom obj/v_config.obj   obj/v_root.obj obj/v_idle.obj obj/v_memory.obj obj/v_stamem.obj obj/v_task.obj obj/v_assert.obj obj/v_systime.obj obj/v_mt.obj obj/v_version.obj obj/v_timer.obj obj/v_comps.obj obj/v_cputick.obj obj/v_cpup.obj  obj/osal_sm.obj obj/osal_task.obj obj/osal_queue.obj obj/osal_getcputick.obj  obj/v_minilib.obj obj/v_sprintf.obj obj/v_sscanf.obj obj/v_nsprintf.obj  obj/v_dosmem.obj -lpthread -lxnet &lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   VOS_SplInit (first referenced in obj/v_root.obj) (code)&lt;BR /&gt;   OSAL_TmGet (first referenced in obj/v_systime.obj) (code)&lt;BR /&gt;   archPrintHandler (first referenced in obj/v_minilib.obj) (code)&lt;BR /&gt;   OSAL_ReadEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   OSAL_DeleteEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   OSAL_WriteEvent (first referenced in obj/v_root.obj) (code)&lt;BR /&gt;   VOS_SplIMP (first referenced in obj/v_memory.obj) (code)&lt;BR /&gt;   OSAL_CreateEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   main (Not referenced yet! Probably due to -u option)&lt;BR /&gt;   VOS_Splx (first referenced in obj/v_memory.obj) (code)&lt;BR /&gt;   modf (first referenced in obj/v_sprintf.obj) (code)&lt;BR /&gt;   get_stackframe (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   VOS_GetCpuTick (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [vos] Error 1&lt;BR /&gt;make[1]: Leaving directory `/usr/rajesh/LIN_DOP/TARGET/work/hpux'&lt;BR /&gt;make: *** [vos.o] Error 2&lt;BR /&gt;&lt;BR /&gt;I'll be thankful if anybody can guide me to resolve this error.</description>
    <pubDate>Sun, 22 Dec 2002 13:58:23 GMT</pubDate>
    <dc:creator>rajeshj</dc:creator>
    <dc:date>2002-12-22T13:58:23Z</dc:date>
    <item>
      <title>/usr/ccs/bin/ld: Unsatisfied symbols: make Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-ccs-bin-ld-unsatisfied-symbols-make-problem/m-p/2869157#M721561</link>
      <description>I get the following error, when i compile on HP UNIX with gcc compiler of HP. I am using pthread library..&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/gcc -D__BUILD__HPUX__VER -I../../config -I../../include -I../../src/ssp/vos/include -I. -I../../src/smp -I../../config/vrp -I../../src/smp/tcom obj/v_config.obj   obj/v_root.obj obj/v_idle.obj obj/v_memory.obj obj/v_stamem.obj obj/v_task.obj obj/v_assert.obj obj/v_systime.obj obj/v_mt.obj obj/v_version.obj obj/v_timer.obj obj/v_comps.obj obj/v_cputick.obj obj/v_cpup.obj  obj/osal_sm.obj obj/osal_task.obj obj/osal_queue.obj obj/osal_getcputick.obj  obj/v_minilib.obj obj/v_sprintf.obj obj/v_sscanf.obj obj/v_nsprintf.obj  obj/v_dosmem.obj -lpthread -lxnet &lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   VOS_SplInit (first referenced in obj/v_root.obj) (code)&lt;BR /&gt;   OSAL_TmGet (first referenced in obj/v_systime.obj) (code)&lt;BR /&gt;   archPrintHandler (first referenced in obj/v_minilib.obj) (code)&lt;BR /&gt;   OSAL_ReadEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   OSAL_DeleteEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   OSAL_WriteEvent (first referenced in obj/v_root.obj) (code)&lt;BR /&gt;   VOS_SplIMP (first referenced in obj/v_memory.obj) (code)&lt;BR /&gt;   OSAL_CreateEvent (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   main (Not referenced yet! Probably due to -u option)&lt;BR /&gt;   VOS_Splx (first referenced in obj/v_memory.obj) (code)&lt;BR /&gt;   modf (first referenced in obj/v_sprintf.obj) (code)&lt;BR /&gt;   get_stackframe (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;   VOS_GetCpuTick (first referenced in obj/v_task.obj) (code)&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [vos] Error 1&lt;BR /&gt;make[1]: Leaving directory `/usr/rajesh/LIN_DOP/TARGET/work/hpux'&lt;BR /&gt;make: *** [vos.o] Error 2&lt;BR /&gt;&lt;BR /&gt;I'll be thankful if anybody can guide me to resolve this error.</description>
      <pubDate>Sun, 22 Dec 2002 13:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-ccs-bin-ld-unsatisfied-symbols-make-problem/m-p/2869157#M721561</guid>
      <dc:creator>rajeshj</dc:creator>
      <dc:date>2002-12-22T13:58:23Z</dc:date>
    </item>
  </channel>
</rss>

