Module.symvers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Module.symvers

505 Views
silviagonzalez
Contributor II

I use i.MX287 and L2.6.35_10.12.0. In the file /ltib/rpm/BUILD/linux/Module.symvers, all entries are 0x00000000. what's wrong?. With ptxdist I have the same problem.

When I make ptxdist go --git. I have the next warning


WARNING: drivers/usb/gadget/g_ether.o(.data+0x344): Section mismatch in reference from the variable rndis_config_driver to the function .init.text:rndis_do_config()

The variable rndis_config_driver references

the function __init rndis_do_config()

If the reference is valid then annotate the

variable with __init* or __refdata (see linux/init.h) or name the variable:

*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,

WARNING: drivers/usb/gadget/g_ether.o (.GCC.command.line): unexpected non-allocatable section.

Did you forget to use "ax"/"aw" in a .S file?

Note that for example <linux/init.h> contains

section definitions for use in .S files.

Thank you for your help in this matter.

0x00000000unregister_vt_notifiervmlinuxEXPORT_SYMBOL_GPL
0x00000000generic_file_splice_writevmlinuxEXPORT_SYMBOL
0x00000000set_anon_supervmlinuxEXPORT_SYMBOL
0x00000000kmem_cache_allocvmlinuxEXPORT_SYMBOL
0x00000000__cond_resched_softirqvmlinuxEXPORT_SYMBOL
0x00000000i2c_put_adaptervmlinuxEXPORT_SYMBOL
0x00000000rtc_class_openvmlinuxEXPORT_SYMBOL_GPL
0x00000000scsi_sense_key_stringvmlinuxEXPORT_SYMBOL
0x00000000request_firmwarevmlinuxEXPORT_SYMBOL
0x00000000unblock_all_signalsvmlinuxEXPORT_SYMBOL
0x00000000dev_uc_syncvmlinuxEXPORT_SYMBOL
0x00000000dev_mc_syncvmlinuxEXPORT_SYMBOL
0x00000000hwmon_device_unregistervmlinuxEXPORT_SYMBOL_GPL
0x00000000register_timer_hookvmlinuxEXPORT_SYMBOL_GPL
0x00000000csum_partialvmlinuxEXPORT_SYMBOL
0x00000000unregister_timer_hookvmlinuxEXPORT_SYMBOL_GPL
0x00000000ps2_end_commandvmlinuxEXPORT_SYMBOL
0x00000000scsi_executevmlinuxEXPORT_SYMBOL
0x00000000proc_net_removevmlinuxEXPORT_SYMBOL_GPL
0x00000000raw_seq_openvmlinuxEXPORT_SYMBOL_GPL
0x00000000device_addvmlinuxEXPORT_SYMBOL_GPL
0x00000000device_delvmlinuxEXPORT_SYMBOL_GPL
0x00000000crypto_hash_walk_donevmlinuxEXPORT_SYMBOL_GPL
0x00000000profile_event_unregistervmlinuxEXPORT_SYMBOL_GPL
0x00000000init_uts_nsvmlinuxEXPORT_SYMBOL_GPL
0x00000000dst_releasevmlinuxEXPORT_SYMBOL
0x00000000sock_no_mmapvmlinuxEXPORT_SYMBOL
0x00000000mxs_saif_daivmlinuxEXPORT_SYMBOL_GPL
0x00000000disk_map_sector_rcuvmlinuxEXPORT_SYMBOL_GPL
0x00000000sysfs_update_groupvmlinuxEXPORT_SYMBOL_GPL
0x00000000tcp_initialize_rcv_mssvmlinuxEXPORT_SYMBOL
...................................................................................................
Labels (2)
0 Kudos
0 Replies