Re: [fpc-devel] Errors linking Symbian OS applications

2007-07-06 Thread Felipe Monteiro de Carvalho

thanks, it worked =)

--
Felipe Monteiro de Carvalho
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Errors linking Symbian OS applications

2007-07-06 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" 
<[EMAIL PROTECTED]>

Hi,

I am compiling a symbian os application for the first time since 1
month or so, and now the linking stage fails with:

mwldsym2.exe: Undefined symbol: '__data_start__'
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: Undefined symbol: '__data_end__'
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o

It worked fine before.


Remove tf_winlikewidestring flag for symbian.

Yury. 
___

fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Errors linking Symbian OS applications

2007-07-06 Thread Felipe Monteiro de Carvalho

Hi,

I am compiling a symbian os application for the first time since 1
month or so, and now the linking stage fails with:

mwldsym2.exe: Undefined symbol: '__data_start__'
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: Undefined symbol: '__data_end__'
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o
mwldsym2.exe: referenced from '.text' in system.o

It worked fine before.

I link my applications the following object files:

 STR_FPC_RTL_OBJECTS :=
   ' ' + vProject.RTLUnitsDir + 'system.o' +
   ' ' + vProject.RTLUnitsDir + 'symbian.o' +
   ' ' + vProject.RTLUnitsDir + 'ctypes.o' +
   ' ' + vProject.RTLUnitsDir + 'objpas.o' +
   ' ' + vProject.RTLUnitsDir + 'pbeexe.o';

Any ideas? I am a little lost about what could cause this.

thanks,
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel