>Does anyone know how to use the equal GCC built-in variables 'etext',
>'_fbss', 'etext', '_fdata', 'edata' in armcc of SDT 2.50?
>
>I want to porting Linux to a proprietary ARM7 core MCU, but the above
>variables in the boot code are bother me hard.

You will probably have far worse problems than this if you want to build 
the kernel with non-GNU tools.  Why don't you want to use GCC and GNU binutils?

These symbols are actually nothing to do with GCC.  They are created by the 
linker to delineate the various segments in the output image.  (I've never 
come across _fbss and _fdata, for that matter.)

p.



unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to