Reply To: 0bda:8178, pvaret / rtl8192cu-fixes – Debian installation issue

Forum › Forums › General › Hardware › 0bda:8178, pvaret / rtl8192cu-fixes – Debian installation issue › Reply To: 0bda:8178, pvaret / rtl8192cu-fixes – Debian installation issue

#61674
Anonymous

    you, personally, are probably doing nothing wrong.

    possibly the compiler directives on the ubuntu system(s) you previously build on were less stringent, or targeted a lesser C/C++ version

    Start at the bottom of the error output and read upward.

    “aliased to undefined symbol ‘rtw_usb_id_tbl’ extern const typeof(name) __mod_##type##__##name##_device_table”

    You might try editing out the “const” declaration
    @ include/linux/module.h Line 213
    and retry
    (or,
    attempt to workaround by applying less stringent Warning-Options)

    http://community.arm.com/developer/tools-software/oss-platforms/f/gnu-toolchain-forum/47925/c-extern-const-link-error

    ______________

    ps
    It might be helpful for you to read both the open and the closed bug tickets here:
    http://github.com/pvaret/rtl8192cu-fixes/issues