public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] compiler switch
@ 2000-11-14  9:19 Jörg Rapka
  0 siblings, 0 replies; only message in thread
From: Jörg Rapka @ 2000-11-14  9:19 UTC (permalink / raw)
  To: ecos-discuss

Dear ecos developer

I try to port the flash support to my m68k based board.

I took file "flash_edb7xxx.cdl":

...
make -priority 1 {
	flash_erase_block.o: $(REPOSITORY)/$(PACKAGE)/src/flash_erase_block.c
	$(CC) -S $(INCLUDE_PATH)
$(CFLAGS) -g0 -mcpu=strongarm -fno-function-sections
$(REPOSITORY)/$(PACKAGE)/src/flash_erase_block.c
	echo " .globl flash_erase_block_end" >>flash_erase_block.s
	echo "flash_erase_block_end:" >>flash_erase_block.s
	$(CC) -c -o flash_erase_block.o flash_erase_block.s
	$(AR) rcs $(PREFIX)/lib/libtarget.a flash_erase_block.o
...

There I found the compiler switch "-g0". I scan the gcc documentation, but I
did
not found a description for it. Could you help me or point me to the
documentation?


Best regards, Joerg


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-14  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-14  9:19 [ECOS] compiler switch Jörg Rapka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).