Re: GCC plugins problem

2020-01-06 Thread Jonathan Wakely
On Mon, 6 Jan 2020 at 06:57, Yu <17671260...@163.com> wrote: > > Hello, > > I have some questions about developing my own compiler plugin. I tried to > develop it using > riscv-gnu-toolchain(https://github.com/riscv/riscv-gnu-toolchain), but it > couldn't find following header files. Which head

GCC plugins problem

2020-01-05 Thread Yu
Hello, I have some questions about developing my own compiler plugin. I tried to develop it using riscv-gnu-toolchain(https://github.com/riscv/riscv-gnu-toolchain), but it couldn't find following header files. # include #if defined (ENABLE_PLUGIN) && defined (HAVE_DLFCN_H) /* If plugin supp