So I built the linux kernel tags using the make tags command but for some reason when opening the tags file in emacs (for tag lookups) first it asks if I really want to open the file (which makes sense because the file is a 66mb tag file so that's a lot of definitions) and then after it tries to load it it tells me that it is an invalid tag file. Does the linux kernel tags file just not work in Emacs or is there something that I need to configure?
Check the makefile and see if make tags uses ctags instead of etags. If it does, you may need to do some editing to make it use etags.
To generate a tag file for use within Emacs you have to launch the command make TAGS
instead of make tags
as you did. That is, the uppercase «TAGS» option will generate the etags table.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With