News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Can codeblocks generate “ko” file?

Started by jeorama, September 23, 2010, 03:14:55 PM

Previous topic - Next topic

jeorama

Can Codeblocks compile a linux driver in module and generate  ".ko" file?

I set the filename extension to ".ko" but I'm not sure it is actually module file.

thanks

oBFusCATed

Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_is_Code::Blocks.3F
Then this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F
Then search the kernel docs, how you're supposed to build kernel modules
Then you should try to find a way to replicate that in C::B, if you've problems ask again:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

jeorama

I searched the "kernel" docs and it seems windows version support project "driver" wizard, however, in linux it is not support

Jenna

Quote from: jeorama on September 23, 2010, 04:24:17 PM
I searched the "kernel" docs and it seems windows version support project "driver" wizard, however, in linux it is not support
I don't think you find a windows version in the kernel docs oBFusCATed talked about.

You should read the docs of the linux kernel to find out what is necessary to build a linux-kernel module and replicate it for C::B if possible.