Re: dont know how to make
- From: "Dean Ramsier" <ramsiernospam@xxxxxxxxxx>
- Date: Fri, 3 Apr 2009 15:31:40 -0400
The error message really means it can't find the library, because it hadn't
been built. You're getting the error because SKIPBUILD evaluates to true,
and that .lib isn't built. When you remove SKIPBUILD, the library builds
and is thus able to be found.
there could be any number of problems why you don't see the shell; you
haven't given us any useful information (like a debug log) to go on...
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Gigin" <Gigin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:87B5206E-E7E4-4305-B0C9-C8BA530BE6F5@xxxxxxxxxxxxxxxx
Hi ,
I am getting a error .. don't know how to make
'D:\WINCE500\platform\...\lib\ARMV4I\debug\NandFlash_Eboot_FMD.lib'
The NandFlash_Eboot_FMD.lib is generated inside NandFlash directory of
bootloader.
The error is removed when I comment the following of sources file in Nand
Flash directory of boot loader.
!IF ("$(BSP_AT91SAM9263EK_NANDFLASH)" != "1") && ("$(BSP_BIN)" != "1")
SKIPBUILD=1
!ENDIF
But still i'm not able to see the windows shell. I am getting some debug
messages for my touchpad.
I have included the standard shell, filesystem support, display support
from
catalog items.
Why am I getting the error even if my dirs files are configured correct.
Once i comment the mentioned lines, why am I not getting the shell
displayed
?
Please do help me.
.
- Prev by Date: Re: Help!! My start icon is on top and desk top on side of XP
- Next by Date: RE: WINCE drops the GPRS connection, can somebody help?
- Previous by thread: Help!! My start icon is on top and desk top on side of XP
- Next by thread: Re: How to make a GPRS connection always on on WinCE5.0?
- Index(es):
Relevant Pages
|