Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


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

[Frama-c-discuss] Extra args in clang plugin


  • Subject: [Frama-c-discuss] Extra args in clang plugin
  • From: subash.shankar at hunter.cuny.edu (Subash Shankar)
  • Date: Mon, 14 Jan 2019 20:15:34 -0500

Hi,

I am trying to use the clang plugin with my own additional include 
files. To do this, I am typing:
   frama-c -fclang-cpp-extra-args="-I /opt/foo" hello.cpp
However, it does not seem to be recognizing the extra argument. To 
confirm this, I also tried it with the -fclang-msg-key clang option, and 
it does not seem to be passing the argument to clang. This is with 
Chlorine+clang 0.0.6.

Alternatively, is there a better way to bring in -I and -L options?

Thanks in advance for any help.

- Subash