Re: BUILD:interrupts.obj : error LNK2019 external symbol _Interrup

Tech-Archive recommends: Speed Up your PC by fixing your registry



I don't know because I would never edit that code in that location. I would
copy it to my BSP first where I can take control of the code, modify it,
build it and test it.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"mani" <mani@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E6F72702-35EC-4678-BFDF-E428ADCF4C5C@xxxxxxxxxxxxxxxx
Hi Mr. Bruce;
Thanks for giving me reply. i have one more quary.

Duration of booting my image NK.bin through eboot.bin i am able to see
debugprint. in eboot their is one routine called OEMPlatformInit their
InitKitlNIC routine is their which is calling.

i believe that this routine is calling from kitleth.c
from--C:\WINCE500\PLATFORM\COMMON\SRC\X86\COMMON\KITL

i am editing this file .Can you please help me how can i see my updated
debug.

previously baud rate was 38400.

"Bruce Eitman [eMVP]" wrote:

If you want to handle interrupts in the bootloader, then you will need to
develop the interrupt handling sub-system in your bootloader, there isn't
one there already. The bootloader is typically single threaded, so you
may
be able to do what you need by polling.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"mani" <mani@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5923FAEE-E6C0-40C8-9232-5FF004BBDE30@xxxxxxxxxxxxxxxx
Hi all;
i have a universal host controller in board(UHCI) which is having irq
11.
i
want to make function which will associate myroutine to that irq. i
want
function like enable interrupt and disable interrupt for enabeling and
disabling the interrupt and which should not be kernal function because
i
have to put it in my boootloader code. i tried with VOID
InterruptDisable(
DWORD idInt ); function but its giving following error....
BUILD: [01:0000000073:ERRORE] interrupts.obj : error LNK2019:
unresolved
external symbol _InterruptDisable referenced in function
_disable_interrupts
BUILD: [01:0000000074:ERRORE] C:\WINCE500\platform\CEPC\target\x86
\debug\EBOOT.exe : fatal error LNK1120: 1 unresolved externals

i included file Pkfuncs.h but its not working and related lib
Coredll.lib
is
already included..

please suggest me the way that how can i overcome from this problem...





.



Relevant Pages

  • [PATCH] spelling fixes: arch/powerpc/
    ... + * Copyright 2007 David Gibson, IBM Corporation. ... * @bus: device node of the bus to instanciate ... /* The counters were frozen by the interrupt. ... routine may have cleared the interrupts. ...
    (Linux-Kernel)
  • Re: Aztec C Mouse Routines - Was Programming to use the Apple II Mouse
    ... The assembly language interface to the mouse firmware is documented in three ... some kind of mouse cursor (usually requires writing an interrupt handler). ... subroutine which is patched with the location of the appropriate routine as ... The mouse routines make use of screen holes for the slot containing the ...
    (comp.sys.apple2.programmer)
  • Re: Apple II Mouse from ML ... again!
    ... The assembly language interface to the mouse firmware is documented in three ... some kind of mouse cursor (usually requires writing an interrupt handler). ... subroutine which is patched with the location of the appropriate routine as ... The mouse routines make use of screen holes for the slot containing the ...
    (comp.sys.apple2.programmer)
  • Re: How to force a thread to stop
    ... ugly quickly in complex situations and doesn't scale well at all. ... I'm wondering if there was a way to make an interrupt driven ... interpreter is busy doing mallocs a thread receives a control message, ... tasklet and effectively killing it, ...
    (comp.lang.python)
  • Re: using GPIOs
    ... Yannick Chamming's (eMVP) ... > create an IST in a driver to handle the interrupt events as key input. ... >> Read from GPLRx for those pins. ... >> beitman AT applieddata DOT net ...
    (microsoft.public.windowsce.platbuilder)