mobilevil
Tue Jun 28 05:14:00 CDT 2005
well i mean thanks for the INPUT.
man i am crazy with import.
"mobilevil" <mobilevil@mobile.com> wrote in message
news:OBJe5h8eFHA.3040@TK2MSFTNGP14.phx.gbl...
> thanks for the import but i didn't want to mess with the others.
>
> anyway i gave up on this as, the solution which msys provided to gen a 2K
> bin without 4K jump in arm platform, is highly tricky. importing a
> function in another s file is not working the same way as putting it in
> the same file. seems they are taking advantage of some linker bug or so.
> MEMORY
>
> ; Name Start Size Type
> ; ------- -------- -------- ----
> MDOCIPL 00000000 00000800 RAMIMAGE
> RAM 00004000 00000800 RAM
>
>
> CONFIG
> BOOTJUMP=NONE
> COMPRESSION=OFF
> PROFILE=OFF
> KERNELFIXUPS=ON
> SRE=ON
> ROMFLAGS=0
> ROMSTART=00001000 ;here is the image start address ,platform
> builder will remove the 4KB image header automatically ,
> ROMSIZE=800
> ROMWIDTH=32
>
> ; The bootloader is fixed up to run from RAM, but is stored in flash.
> ROMOFFSET
> ; adjusts the .bin file record headers to that they lie in flash (this
> tells the
> ; bootloader already on the device to store the image in flash).
>
> MODULES
>
> ; Name Path Memory
> Type
>
> - ---------------------------------------------- -----------
> nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\MDOCIPL.exe
> MDOCIPL
>
>
>
> "Yannick Chamming's [eMVP]" <ychammings_nospam@adeset.com> wrote in
> message news:uNMrBL7eFHA.2728@TK2MSFTNGP10.phx.gbl...
>> maybe you can generate an intermediate lib that just includes your source
>> code you want to share, and use this lib as a SOURCESLIBS for the
>> differents projects in which you want to use it
>>
>> --
>> ----------------------------------------------------------------
>> Yannick Chamming's (eMVP)
>> ADENEO (ADESET)
>> Windows Embedded Manager
>> ychammings AT adeset DOT com>
>>
http://www.adeset.com
>> Tél : +33 (0)4.72.18.57.77
>> Fax : +33 (0)4.72.18.57.78
>> ----------------------------------------------------------------
>>
>> "mobilevil" <mobilevil@mobile.com> a écrit dans le message de news:
>> ep2BLKweFHA.2124@TK2MSFTNGP14.phx.gbl...
>>> is it possible to share a source code file between two SOURCES file? the
>>> orginal bsp offer a lib and i want to make a lite version, without
>>> affecting others...
>>>
>>> in source file, i have the following line
>>> ARM_SOURCES=\
>>> $(_TARGETPLATROOT)\src\csp\xllp\source\xlli_lowlev_init.s
>>>
>>> build error.
>>> BUILD: [00:0000000008:ERRORI] Bad directory prefix:
>>> C:\WINCE500\platform\mybsp\src\csp\xllp\source\xlli_lowlev_init.s.
>>>
>>
>>
>
>