Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GCC -I option seems to not work !?


  • To: coldfire-gnu-discuss@xxxxxxxxxxxxxxxx
  • Subject: GCC -I option seems to not work !?
  • From: Claude Sylvain <csylvain@xxxxxxxxxxxxxxxxxxxx>
  • Date: Sat, 09 Dec 2006 15:15:13 -0500

Hello,

I have installed sourcery G++ Lite, ColdFire ELF 4.1-30 on a computer that run under Window XP professionnal SP2.

I am trying to use the -I option when calling GCC (m68k-elf-gcc), but GCC seems to ignore the option.

I have tryed the following, without success:

	-I<include_folder>
	-I<include_folder>/
	-I./<include_folder>
	-I./<include_folder>/
	-I<include_folder>\
	-I.\<include_folder>
	-I.\<include_folder>\


Am I missing something ?

Claude.