Hi

I develop application, which analyzes and helps to solve various
compilation and system errors.

For example:

echo "warning: implicit declaration of function ‘pthread_create’" |
./errors_resolver.py

Output with solution:

CPPFLAGS+=' -include pthread.h';

Tn this example errors_resolver.py searches tags and provides missing
header file.

You are welcome to review it and give feedback:
https://github.com/makelinux/errors_resolver

Thanks

-- 
Constantine Shulyupin
http://www.MakeLinux.co.il/
Embedded Linux Systems
Tel Aviv

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to