[fpc-pascal] Embedded ARM system unit

2005-09-02 Thread Carsten Bager
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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Carsten Bager
> 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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Florian Klaempfl
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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Marco van de Voort
> 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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-24 Thread Florian Klaempfl
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

Re: [fpc-pascal] Embedded ARM system unit

2005-08-23 Thread Marco van de Voort
> 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

[fpc-pascal] Embedded ARM system unit

2005-08-23 Thread Carsten Bager
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