[ros-dev] RosBuild Release Build Problem

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Thu Aug 9 07:37:10 CEST 2007


./include/internal/kd.h:212:KdpKdbgInit(

obj-i386/ntoskrnl/kd/kdinit.o: In function `KdInitSystem at 8':
/mnt/reactos/fullrel/build/ntoskrnl/kd/kdinit.c:(.data+0x24): undefined reference to `_KdpKdbgInit at 8'

ntoskrnl/include/internal/ntoskrnl.h:

#include "ldr.h"
#ifndef _WINKD_
#include "kd.h"
#else
#include "kd64.h"
#endif
#include "fsrtl.h"

ntoskrnl.rbuild :

snip....
     <define name="_IN_KERNEL_" />
     <if property="_WINKD_" value="1">
         <define name="_WINKD_" />
snip....

             <file>pnproot.c</file>
         </directory>
     </directory>
     <if property="_WINKD_" value="0">
         <directory name="kdbg">
             <if property="ARCH" value="i386">
snip....

            <file>kdmain.c</file>
         </directory>
     </if>
     <if property="_WINKD_" value ="1">
         <directory name="kd64">
             <file>kdapi.c</file>

snip....

Does this help in finding the problem?
James


More information about the Ros-dev mailing list