Hi EveryOne,
I'm tryng to compiling fpc compiler and units under scratchbox for ARM
I have crosscompile, with fpcarm in linux i386, fpcmake and pp for ARM, I
have copy to scratchbox system
and I have used both program to generate a complete build in scratchbox
using
# export FPC=pp
# make CPU_
Op Tue, 20 Feb 2007, schreef Jose Pascual:
> Hi EveryOne,
>
> I'm tryng to compiling fpc compiler and units under scratchbox for ARM
>
> I have crosscompile, with fpcarm in linux i386, fpcmake and pp for ARM, I
> have copy to scratchbox system
>
> and I have used both program to generate a c
; $0014BF1C
> > $0014C4C0
> > $000FBD4C
> > $000F5F14
> > $000781A4
> > $00032BC8
> > $8368
> >
> > make[8]: *** [math.ppu] Error 217
> > .
> > .
> > .
> >
> >
> > any suggestion to resolve it?
> &
The fact that it still reports it as 'not loaded', I conclude that the
dlopen operation failed. Why this would be so I cannot say.
Has found any hints about this, Michael? I'm sorry, but I had to give up on this
because there are many other parts of the project which are also need to be
writte
Op Tue, 20 Feb 2007, schreef Jose Pascual:
> /trabajo/temp/pp is a ARM binary. version is 2.0.4
>
> #/trabajo/temp/pp
> Free Pascal Compiler version 2.0.4 [2007/02/19] for arm
> Copyright (c) 1993-2006 by Florian Klaempfl
> .
That is then the problem. You cannot cycle on ARM with a 2.0 compile
Daniël Mantione schrieb:
>
> Op Tue, 20 Feb 2007, schreef Jose Pascual:
>
>> /trabajo/temp/pp is a ARM binary. version is 2.0.4
>>
>> #/trabajo/temp/pp
>> Free Pascal Compiler version 2.0.4 [2007/02/19] for arm
>> Copyright (c) 1993-2006 by Florian Klaempfl
>> .
>
> That is then the problem. You
In the ACM-ICPC International Collegiate Programming Contest dropped
pascal for this year final competitions and for next year, the students
are not allowed to use pascal as their programming language. Did you
know this? What is your idea? Also, in TopCoder site, you can not
develop your progra
Op Tue, 20 Feb 2007, schreef [EMAIL PROTECTED]:
> In the ACM-ICPC International Collegiate Programming Contest dropped pascal
> for this year final competitions and for next year, the students are not
> allowed to use pascal as their programming language. Did you know this? What
> is your idea?
What about Topcoder's and its Arena?
Daniël Mantione wrote:
Op Tue, 20 Feb 2007, schreef [EMAIL PROTECTED]:
In the ACM-ICPC International Collegiate Programming Contest dropped pascal
for this year final competitions and for next year, the students are not
allowed to use pascal as their pro
On 2/20/07, Daniël Mantione <[EMAIL PROTECTED]> wrote:
Op Tue, 20 Feb 2007, schreef [EMAIL PROTECTED]:
> In the ACM-ICPC International Collegiate Programming Contest dropped pascal
> for this year final competitions and for next year, the students are not
> allowed to use pascal as their progr
Op Tue, 20 Feb 2007, schreef [EMAIL PROTECTED]:
> What about Topcoder's and its Arena?
Well, I don't know anything about a Topcoders contest.
Daniël___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listin
Note that only the *requirement* to offer a Pascal environment has been
scrapped, organisers of contests can still provide it if they want. So,
please lobby at the contest organisation for a Pascal environment.
I did lobby them since the first time they had intention to drop pascal, but
they s
Op Tue, 20 Feb 2007, schreef [EMAIL PROTECTED]:
> > Note that only the *requirement* to offer a Pascal environment has been
> > scrapped, organisers of contests can still provide it if they want. So,
> > please lobby at the contest organisation for a Pascal environment.
>
> I did lobby them sin
Am Dienstag, den 20.02.2007, 19:16 +0700 schrieb Bisma Jayadi:
> > The fact that it still reports it as 'not loaded', I conclude that the
> > dlopen operation failed. Why this would be so I cannot say.
>
> Has found any hints about this, Michael? I'm sorry, but I had to give up on
> this
> becau
Well, I still have many contacts in the ICPC world. It can still use
them, but I need backup, since I already lobbied hard in the past. So
please continue the lobby. Each year, also for the finals, each contest
orginaising comittee decides what languages to offer. So, each year is
a new opporti
Try recompiling the client yourself, do not use binary prepacked things.
I did, but the problem still persists. :(
As a last resort you could try using the libraries contained in the
server package of FB and install these manually on the client.
I did it as well. FYI, the client, the server
Am Dienstag, den 20.02.2007, 23:51 +0700 schrieb [EMAIL PROTECTED]:
> > Try recompiling the client yourself, do not use binary prepacked things.
>
> I did, but the problem still persists. :(
>
> > As a last resort you could try using the libraries contained in the
> > server package of FB and in
Dear FreePascal adepts,
when I was younger (about seven years ago), I wrote several programs
in Borland's Turbo Pascal version 7 (IIRC).
I then learned C and haven't looked much at Pascal ever since.
However, I'm still fond of Pascal's clear syntax, so I would like
to know more about its adva
Patrick Leslie Polzer schrieb:
Dear FreePascal adepts,
when I was younger (about seven years ago), I wrote several programs
in Borland's Turbo Pascal version 7 (IIRC).
I then learned C and haven't looked much at Pascal ever since.
However, I'm still fond of Pascal's clear syntax, so I would
On 20 feb 2007, at 19:46, Patrick Leslie Polzer wrote:
1) "No Makefiles"
...and yet you ship a Makefile generator with FPC. Why?
Because you cannot tell the compiler to compiler run time library,
then itself with the rtl that was just compiled, then recompile the
run time library
Op Tue, 20 Feb 2007, schreef Patrick Leslie Polzer:
> Dear FreePascal adepts,
>
> when I was younger (about seven years ago), I wrote several programs
> in Borland's Turbo Pascal version 7 (IIRC).
>
> I then learned C and haven't looked much at Pascal ever since.
> However, I'm still fond
Hello,
I implemented a trivial solution for this. Take a look at:
http://wiki.freepascal.org/New_Main_Page
I simply moved free pascal stuff to a new page on
http://wiki.freepascal.org/Free_Pascal_Documentation
And added a big entry for this on the main page.
So, what do you guys think? Can I
Felipe Monteiro de Carvalho schrieb:
Hello,
I implemented a trivial solution for this. Take a look at:
http://wiki.freepascal.org/New_Main_Page
I simply moved free pascal stuff to a new page on
http://wiki.freepascal.org/Free_Pascal_Documentation
And added a big entry for this on the main pa
On 2/20/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
I added the important fpc stuff already to the main page?
Sorry, I don´t understand what you mean. Can you explain better?
I just went to the main page and couldn´t find fpc things:
http://wiki.freepascal.org/
--
Felipe Monteiro de Carva
Felipe Monteiro de Carvalho schrieb:
On 2/20/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
I added the important fpc stuff already to the main page?
Sorry, I don´t understand what you mean. Can you explain better?
I just went to the main page and couldn´t find fpc things:
http://wiki.freepa
Hello,
the following code:
program testarray;
uses
classes;
procedure testparam(aarray: array of tclass);
begin
end;
begin
testparam([nil, tlist, tstringlist]);
end.
compiles under 2.0.4 but fails under 2.1.1 (rev 6583), the compiler
think that I have an array of const becaus
On 2/20/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
? Just read the about section?
Ah,. sorry =)
--
Felipe Monteiro de Carvalho
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pasca
27 matches
Mail list logo