Hi,
We are using GCC to develop Palm Applications. The problem i am facing is that my
code length has become very huge(around 6000 lines of code) because our application
creates & accesses 12 databases.
We were using a single C file for the whole project. However once it exceeds a
specific number of lines while creating the .o file it gave us a stack overflow error.
Hence we divided the .c file into different c files.It creates .o files for each c
however when we try to integrate the .o file into one file it still gives an error.
Can anyone tell us how do we go about it. The issue is very urgent.
This is how the .bat file looks..
pilrc FileA.rcp
m68k-palmos-gcc -O1 -c FileA.c -o FileA.o -palmos3.5
m68k-palmos-gcc -O1 -c FileB.c -o FileB.o -palmos3.5
m68k-palmos-gcc *.o -o CombinedFile
m68k-palmos-obj-res CombinedFile
build-prc CombinedFile.prc "CombinedFile" Abcd *.grc *.bin
Thanks & Regards,
Dhiraj
_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/