Questions tagged [gnulib]

Gnulib is a central location for common GNU code, intended to be shared among GNU packages. GCC has libiberty, but this is hard to disentangle from the GCC build tree.

17 questions
0
votes
0 answers

GNU C Library and Driver Development

I am a Linux newbie and I am trying to understand how some of these libraries and devices all link together. I want to access memory directly. Should I use a DMA driver, should I write a DMA driver and wrap it in a user-space C app, or should I just…
Jack Frye
  • 583
  • 1
  • 7
  • 28
0
votes
1 answer

`gnulib-tool --update` without altering `.gitignore` files

I am using some gnulib modules on my project. I have chosen to not carry them around in my repository. Every time I do a fresh clone I just run. $ gnulib-tool --update And I am all set up! One problem though. I have my .gitignore files already set…
Abdelhakim AKODADI
  • 1,556
  • 14
  • 22
1
2