How does kernel detect GLIBC version?

我們生活周遭存在太多太多的 embedded system ,過去 embedded system 有專屬的 OS,現在 linux 也可以應用在嵌入式環境,不過本版將廣泛討論所有嵌入式系統不只 linux 喔,歡迎有這方面經驗或有興趣的朋友一同進來討論。

版主: chester

How does kernel detect GLIBC version?

文章flybird » 週二 11月 09, 2004 11:51 am

At <linux/stat.h>, How does kernel detect GLIBC version?
flybird
懵懂的國中生
懵懂的國中生
 
文章: 249
註冊時間: 週三 7月 07, 2004 4:40 pm
來自: ROT

re:How does kernel detect GLIBC version?

文章ts » 週一 11月 22, 2004 9:53 pm

This is just a checking of "C defines". Kernel is not thing related with GLIBC.
ts
可愛的小學生
可愛的小學生
 
文章: 1
註冊時間: 週一 11月 22, 2004 9:42 pm

re:How does kernel detect GLIBC version?

文章flybird » 週二 11月 23, 2004 11:28 am

Thank you, but I can't find anyone set the define! :D
車同軌、書同文,國方成!
flybird
懵懂的國中生
懵懂的國中生
 
文章: 249
註冊時間: 週三 7月 07, 2004 4:40 pm
來自: ROT

re:How does kernel detect GLIBC version?

文章企鵝狂 » 週二 11月 23, 2004 12:41 pm

#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
你是說這個嘛?

這是compile的時候..gcc -D__GLIBC__ 類似這樣子來define
或是在你的程式裡面define的阿
http://news.bbc.co.uk/1/hi/world/asia-pacific/country_profiles/1285915.stm


Country profile: Taiwan
Map of Taiwan
Taiwan is the island which has for all practical purposes been independent for half a century, but which China regards as a rebel region that must be reunited with the mainland - by force if necessary.
企鵝狂
活潑的高中生
活潑的高中生
 
文章: 477
註冊時間: 週三 3月 31, 2004 11:13 am
來自: 台灣共和國

Re: re:How does kernel detect GLIBC version?

文章flybird » 週二 11月 30, 2004 10:46 am

企鵝狂 寫:這是compile的時候..gcc -D__GLIBC__ 類似這樣子來define
或是在你的程式裡面define的阿


有那位仁兄能告知那個專案有如此運用,且與kernel souce code 配合運作?
flybird
懵懂的國中生
懵懂的國中生
 
文章: 249
註冊時間: 週三 7月 07, 2004 4:40 pm
來自: ROT


回到 embedded system

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron