You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have compiled linux kernel 2.6.34 with gcc 4.8 successfully.
I want to generate make.cs as input of cscout, so I run csmake to capture the compilation rules for each .c file.
However, I find a lot of Warning when running csmake, as following:
Warning: No compilation rule for /home/plus/linux/linux-2.6.34/lib/show_mem.o
These warnings indicate csmake fails to capture compilation rule for these compilation units, and when I use make.cs to run cscout, these files are not analyzed.
Is there any solution to deal with this problem?
The text was updated successfully, but these errors were encountered:
Your understanding of the problem seems correct. From the compilation log, can you see how show_mem.o is generated? Maybe it's through a tool / method that we haven't foreseen.
I have compiled linux kernel 2.6.34 with gcc 4.8 successfully.
I want to generate make.cs as input of cscout, so I run csmake to capture the compilation rules for each .c file.
However, I find a lot of Warning when running csmake, as following:
Warning: No compilation rule for /home/plus/linux/linux-2.6.34/lib/show_mem.o
These warnings indicate csmake fails to capture compilation rule for these compilation units, and when I use make.cs to run cscout, these files are not analyzed.
Is there any solution to deal with this problem?
The text was updated successfully, but these errors were encountered: