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

[debian-users:37837] Re: insmodでのGPL無許可使用エラー



$man insmod

「GPL ライセンスのモジュールとシンボル」

試してないですが、

#if LINUX_VERSION_CODE > 0x020400
MODULE_LICENSE( "GPL" );
#endif

とかでいけるのかな?

2003 7月 24 木曜日 12:09、あなたは書きました:
> 吉田です。
>
> insmodにて、自作ドライバを登録しようとしたところ
>  「GPL許可なしでモジュールをロードしてはいけない」
> と叱られてしまい、どのように回避すればよろしいのでしょうか?
>
> 以下、メッセージ
> Hint: You are trying to load a module without a GPL
> compatible license and it has unresolved symbols. 
> Contact the module supplier for assistance, only they can
> help you.
>
> 以上