I am in the first stage of creating a system unit for
Embedded ARM. Things are working but I get a lot of
Warnings and Hints (Se below).
Should I be worried about this?
In the "fpc_InitializeUnits" procedure I have excluded the call
to the "fpc_cpuinit" procedure, my system cannot start if it is
in
> No, I meant simply with an include file with defines like:
> {$define RTL_INCLUDE_ANSISTRING}
> {$define RTL_INCLUDE_WIDESTRING}
> { $define RTL_INCLUDE_TEXTIO}
> {$define RTL_INCLUDE_FILEIO}
> {$define RTL_INCLUDE_HEAPMANAGER}
> {$define RTL_INCLUDE_FLOAT}
> {$define RTL_INCLUDE_FLOAT_TRANSCENDE
On Wed, 24 Aug 2005, Florian Klaempfl wrote:
Michael Van Canneyt wrote:
On Wed, 24 Aug 2005, Florian Klaempfl wrote:
Marco van de Voort wrote:
I am in the first stage of creating a system unit for
Embedded ARM. Things are working but I get a lot of
Warnings and Hints (See some of them
Michael Van Canneyt wrote:
>
>
> On Wed, 24 Aug 2005, Florian Klaempfl wrote:
>
>> Marco van de Voort wrote:
>>
I am in the first stage of creating a system unit for
Embedded ARM. Things are working but I get a lot of
Warnings and Hints (See some of them below).
Should I be
> Marco van de Voort wrote:
>
> >>I am in the first stage of creating a system unit for
> >>Embedded ARM. Things are working but I get a lot of
> >>Warnings and Hints (See some of them below).
> >>Should I be worried about this?
> >
> >
> > I see no troubling ones. THe first few mean that gene
On Wed, 24 Aug 2005, Florian Klaempfl wrote:
Marco van de Voort wrote:
I am in the first stage of creating a system unit for
Embedded ARM. Things are working but I get a lot of
Warnings and Hints (See some of them below).
Should I be worried about this?
I see no troubling ones. THe first
Marco van de Voort wrote:
>>I am in the first stage of creating a system unit for
>>Embedded ARM. Things are working but I get a lot of
>>Warnings and Hints (See some of them below).
>>Should I be worried about this?
>
>
> I see no troubling ones. THe first few mean that generic might not be 6
> I am in the first stage of creating a system unit for
> Embedded ARM. Things are working but I get a lot of
> Warnings and Hints (See some of them below).
> Should I be worried about this?
I see no troubling ones. THe first few mean that generic might not be 64-bit
clean, but are probably fals
I am in the first stage of creating a system unit for
Embedded ARM. Things are working but I get a lot of
Warnings and Hints (See some of them below).
Should I be worried about this?
In the "fpc_InitializeUnits" procedure I have excluded the call
to the "fpc_cpuinit" procedure, my system cannot sta