This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Plugin support with gcc-4.5.0


Karthik, All,

On Friday 28 January 2011 140102 karthik duraisami wrote:
> A cross-compiler for ARM (armeb-unknown-linux-uclibcgnueabi) with gcc-4.5.0
> does not recognize plugins (activated with the -fplugin option) and gives
> the following error message,
> cc1: error: Plugin support is disabled.? Configure with --enable-plugin.
> 
> Any idea what needs to be tweaked and where?
> The config file can be found here:
> http://pastebin.com/CfX12D9W

Plugins are available (in crosstool-NG) only with binutils >= 2.21
and you are using 2.20.1.

As for gcc, there is no --enable-plugin option specified in the documantation:
  http://gcc.gnu.org/install/configure.html

Also, it was not possible to enable plugins in crosstool-1.8 and 1.9 (you are
using 1.8.1, the support is only available from the current repository, and
will be present in the next release (due RSN).

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]