[driverloader] driverloader 2.08 compilation fails on kernel 2.6.9
Max
relf at unn.ac.ru
Thu Oct 21 13:31:01 EDT 2004
$ gcc --version
gcc (GCC) 3.4.2 (Debian 3.4.2-3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Max
Linuxant support (Jonathan) wrote:
> Hi,
>
> thanks for reporting this problem and providing solution to the problem.
>
> Which version of gcc are you using and under which Linux distribution?
> You can obtain the version of gcc in the output of the 'gcc --version'
> command in a shell.
>
> Regards,
>
>
> Jonathan
> Technical specialist / Linuxant
> www.linuxant.com
> support at linuxant.com
>
>
> Max wrote:
>
>>
>> I've just upgraded to the latest kernel version 2.6.9 and noticed that
>> driverloader fails to compile.
>> The following errors are reported:
>>
>> /usr/lib/driverloader/modules/osusb.c: In function `SubmitUrbListEntry':
>> /usr/lib/driverloader/modules/osusb.c:122: sorry, unimplemented:
>> inlining failed in call to 'ChangeUrbListEntryState':
>> /usr/lib/driverloader/modules/osusb.c:161: sorry, unimplemented:
>> called from here
>> /usr/lib/driverloader/modules/osusb.c:122: sorry, unimplemented:
>> inlining failed in call to 'ChangeUrbListEntryState': function not
>> considered for inlining
>> /usr/lib/driverloader/modules/osusb.c:198: sorry, unimplemented:
>> called from here
>> /usr/lib/driverloader/modules/osusb.c:122: sorry, unimplemented:
>> inlining failed in call to 'ChangeUrbListEntryState': function not
>> considered for inlining
>> /usr/lib/driverloader/modules/osusb.c:201: sorry, unimplemented:
>> called from here
>> /usr/lib/driverloader/modules/osusb.c:122: sorry, unimplemented:
>> inlining failed in call to 'ChangeUrbListEntryState': function not
>> considered for inlining
>> /usr/lib/driverloader/modules/osusb.c:206: sorry, unimplemented:
>> called from here
>>
>> I've fixed them by removing 'inline' directive from the function
>> definitions. Now driverloader is compiled and runs smooth.
>>
>> Max
>>
>> _______________________________________________
>> driverloader mailing list
>> driverloader at lists.linuxant.com
>> https://www.linuxant.com/mailman/listinfo/driverloader
>
>
>
More information about the driverloader
mailing list