[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Option -fcref
- Date: Thu, 7 Feb 2008 12:02:29 +0200
- From: leonp at plris.com (leonp at plris.com)
- Subject: Option -fcref
Sorry to return, but I hope, this mail was missed:
Hello, all.
I am trying to use the rtems-4.9 tool set and have the following problem.
My g++ call for years had:
-Xlinker @/path/to/file/LinkOptions
where LinkOptions contains parameter where I set my own specific linker
parameters:
-Mmapfile --cref -T linkcmds
It worked fine with rtems-4.7 tool set too. Now, with rtems-4.9 I receive the
following:
cciplus: unrecognized command line option "-fcref"
Removing the --cref from LinkOptions, goes further and '-T' option is not
recognized.
I tried to put "@/..." after -Xlinker - no effect. Putting '' instead makes
the ld to shout that it does not find the '@/path/to/file/LinkOptions' file,
i.e. it searched it with ''.
Why cciplus takes the LinkOpts file?
Thanks ahead.
--
Leon