[Lxr-dev] [ lxr-Bugs-3494632 ] subdirectory include config
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-02-26 08:39:50
|
Bugs item #3494632, was opened at 2012-02-25 22:01 Message generated for change (Comment added) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3494632&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Deleted >Resolution: Invalid >Priority: 1 Private: No Submitted By: Zhang Qi (zhangqigenius) Assigned to: Nobody/Anonymous (nobody) Summary: subdirectory include config Initial Comment: The first time I genxref the linux kernel, I found that if you want to locate some header file like asm/io.h, when you chose the arm arch, it should point to the arch/arm/include/asm/io.h. But I got nothing, and I found the path displayed on the page point to something like /linux/asm-arm/io.h which is a wrong path. So I review the lxr.conf about subdirectory section. I found that incprefix and maps may be wrong. Then I search the web and found a page http://lxr.sourceforge.net/LxrConf/lxrconfmaps.shtml . This seems can solve the problem. Now I got a quetion, that page says change the incprefix like [ '/include', '/arch/xxx/include' ], what the xxx means? Do it means all the arch that can be found or I need to specify a arch like x86 or arm? If I replace the xxx with $a ( the variable), will it work? I run the apache2 on centos, using the lxr-0.10.2 ---------------------------------------------------------------------- >Comment By: Andre-Littoz (ajlittoz) Date: 2012-02-26 00:39 Message: This should not be sumitted as a bug. This topic should be channeled through the "Help" forum. Please do not pollute the bug database. ------------------------------------------------------------------------------------------------------------------------------ See answer in Help forum ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3494632&group_id=27350 |