2014年4月2日 星期三

[Linux] 如何使過include file判斷kernel version

使用 toolchain時,當需要知道toolchain本身的kernel版本,可以透過以下version.h得知。

1. 找出version.h  ( linux/version.h )
#find ./ -name version.h

2. cat version.h

#define LINUX_VERSION_CODE 132644

/**
 *  132644代表含義:
 *  132644 --轉16進位--> 20624
 *   => kernel version = 2.6.24
 */

沒有留言:

張貼留言