Author Topic: Linux driver project missing  (Read 4771 times)

Offline el_kapitano

  • Single posting newcomer
  • *
  • Posts: 2
Linux driver project missing
« on: October 15, 2012, 04:23:30 am »
Hello guyz,

i've just installed code blocks under windows and also under linux.
in windows i had an option to create a linux driver project and can't find it in the linux version.
what am i doing wrong?

best regards

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Linux driver project missing
« Reply #1 on: October 15, 2012, 07:25:40 am »
what am i doing wrong?
Nothing., The windows driver project is based on a wizard provided by the community. Nobody provided this (so far) for Linux. However, you can manually edit the wizard for Windows and create a new one for Linux, if desired. These wizards are script-based, so they do not need any compilation or alike.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline el_kapitano

  • Single posting newcomer
  • *
  • Posts: 2
Re: Linux driver project missing
« Reply #2 on: October 15, 2012, 08:40:05 am »
thx, i'll give it a try  ;)