Re: BUILD:interrupts.obj : error LNK2019 external symbol _Interrup
- From: "Bruce Eitman [eMVP]" <beitman.nospam@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 10 Aug 2007 12:48:01 -0400
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...
.
- References:
- Re: BUILD:interrupts.obj : error LNK2019 external symbol _InterruptDis
- From: Bruce Eitman [eMVP]
- Re: BUILD:interrupts.obj : error LNK2019 external symbol _InterruptDis
- Prev by Date: Re: Device with Ethernet - fails on switch, but works on hub
- Next by Date: Re: Two SD Cards
- Previous by thread: Re: BUILD:interrupts.obj : error LNK2019 external symbol _InterruptDis
- Next by thread: Device with Ethernet - fails on switch, but works on hub
- Index(es):
Relevant Pages
|