Macro definitions for FL_DATA and FL_IMAGE
Dear All, In one of the makefile souces, I saw the following statement. arm-elf-gcc util.c -o flutil -DFL_DATA=util_bin -DFL_IMAGE=util.bin -DFL_DATA_CKSUM=$FL_DATA_CKSUM I do not understand about the FL_DATA and FL_IMAGE macros that are passed in the above statement. Where can I get the information on these macros? Any idea / links, would be appreciated. Thanks and Regards, Madhavi M.
On Wed, Feb 23, 2011 at 19:51, Madhavi Manchala <madhavi.linux@gmail.com> wrote:
Dear All,
In one of the makefile souces, I saw the following statement.
arm-elf-gcc util.c -o flutil -DFL_DATA=util_bin -DFL_IMAGE=util.bin -DFL_DATA_CKSUM=$FL_DATA_CKSUM
check that util.c.... FL_DATA and FL_IMAGE should be a symbol defined in #define block...grep will help you to reveal how those symbol are used -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Wed, Feb 23, 2011 at 11:42 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Wed, Feb 23, 2011 at 19:51, Madhavi Manchala <madhavi.linux@gmail.com> wrote:
Dear All,
In one of the makefile souces, I saw the following statement.
arm-elf-gcc util.c -o flutil -DFL_DATA=util_bin -DFL_IMAGE=util.bin -DFL_DATA_CKSUM=$FL_DATA_CKSUM
check that util.c.... FL_DATA and FL_IMAGE should be a symbol defined in #define block...grep will help you to reveal how those symbol are used
Hi Mulyadi Santosa, Thanks. I did not find any symbols defined in the complete sources for FL_DATA and FL_IMAGE. I guess, they are available in the library objects. I will look into it. Actually, I thought they are related to either gcc, ld or make commands. That is the reason, I asked here. Thanks and Regards, Madhavi M
-- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Hi On Thu, Feb 24, 2011 at 11:53, Madhavi Manchala <madhavi.linux@gmail.com> wrote:
Hi Mulyadi Santosa,
Thanks. I did not find any symbols defined in the complete sources for FL_DATA and FL_IMAGE. I guess, they are available in the library objects. I will look into it. Actually, I thought they are related to either gcc, ld or make commands. That is the reason, I asked here.
I am afraid I can't help much, since you seem to use ARM based gcc. But as long as you have the source (or at the very least, files that contains debug symbols), IMHO you will find it sooner or later. Good luck.... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (2)
-
Madhavi Manchala -
Mulyadi Santosa