*Compilation:*
Download lates stable arch from http://kernel.org & unpack it to your home
dir

$ cd ~/linux-2.6.x
$ make config

Add "*-E*" to the following lines in Makefile:
HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2
-fomit-frame-pointer
*-E*
HOSTCXXFLAGS = -O2 *-E*

$ make all
in *.o files there will be preprocessed code. You can find them with *find*tool.

Enjoy!

-- 
Best Regards,
Fedor Korshunov

-- 
You received this message because you are subscribed to the Google Groups 
"SourceAnalyzer Team" group.
To post to this group, send email to sa_t...@googlegroups.com.
To unsubscribe from this group, send email to 
sa_team+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sa_team?hl=en.

Reply via email to