Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Scheda video Kyro errore mentre compila
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
Max89
n00b
n00b


Joined: 17 May 2006
Posts: 2

PostPosted: Fri May 19, 2006 5:25 am    Post subject: Scheda video Kyro errore mentre compila Reply with quote

Salve a tutti!
Utilizzo gentoo da poco tempo e devo dire che come sistema operativo è molto stabile e bello, avevo provato altre versioni di linux ma le avevo tutte abbandonate principalmente per la scheda video, infatti i driver per schede video con chipset Kyro sono quasi introvabili per linux... Dico quasi perchè per gentoo ci sono, ed una volta installato il sistema operativo e il desktop manager i driver sono stati la prima cosa che ho tentato di emergere...
Purtroppo si sono verificati diversi errori mentre compilava, a dir il vero sono davvero tanti ma non capisco a cosa son dovuti....
Code:
hostfunc.c:104: error: syntax error before "agp_memory"
hostfunc.c:104: warning: no semicolon at end of struct or union
hostfunc.c:107: error: syntax error before '}' token
hostfunc.c:108: warning: data definition has no type or storage class
hostfunc.c:111: error: syntax error before "agpInfo"
hostfunc.c:111: warning: data definition has no type or storage class
hostfunc.c:113: error: syntax error before '*' token
hostfunc.c:113: warning: data definition has no type or storage class
hostfunc.c:115: error: syntax error before '*' token
hostfunc.c:115: warning: data definition has no type or storage class
hostfunc.c:117: error: syntax error before '*' token
hostfunc.c:117: warning: data definition has no type or storage class
hostfunc.c:118: error: syntax error before '*' token
hostfunc.c:118: error: syntax error before '*' token
hostfunc.c:119: warning: data definition has no type or storage class
hostfunc.c:120: error: syntax error before '*' token
hostfunc.c:122: error: syntax error before '*' token
hostfunc.c:122: warning: data definition has no type or storage class
hostfunc.c:123: error: syntax error before '*' token
hostfunc.c:124: error: syntax error before '*' token
hostfunc.c: In function `HostCommitLinBuf':
hostfunc.c:1165: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1165: error: (Each undeclared identifier is reported only once
hostfunc.c:1165: error: for each function it appears in.)
hostfunc.c:1165: error: `tmp' undeclared (first use in this function)
hostfunc.c:1166: error: `mem' undeclared (first use in this function)
hostfunc.c:1170: error: syntax error before ')' token
hostfunc.c:1170: error: syntax error before ')' token
hostfunc.c:1180: error: request for member `aper_base' in something not a structure or union
hostfunc.c: In function `HostFreeLinBuf':
hostfunc.c:1233: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1233: error: syntax error before ')' token
hostfunc.c: In function `InitializeAGP':
hostfunc.c:1583: warning: assignment discards qualifiers from pointer target type
hostfunc.c:1589: error: request for member `acquire' in something not a structure or union
hostfunc.c:1592: error: request for member `copy_info' in something not a structure or union
hostfunc.c:1595: error: request for member `enable' in something not a structure or union
hostfunc.c:1595: error: request for member `mode' in something not a structure or union
hostfunc.c:1610: error: request for member `aper_base' in something not a structure or union
hostfunc.c:1611: error: request for member `aper_size' in something not a structure or union
hostfunc.c: In function `ShutdownAGP':
hostfunc.c:1622: error: request for member `mappedAddr' in something not a structure or union
hostfunc.c:1622: error: request for member `length' in something not a structure or union
hostfunc.c:1625: error: request for member `aper_base' in something not a structure or union
hostfunc.c:1625: error: request for member `aper_size' in something not a structure or union
hostfunc.c:1626: error: request for member `release' in something not a structure or union
hostfunc.c:1627: warning: `inter_module_put' is deprecated (declared at /usr/src/linux/include/linux/module.h:575)
hostfunc.c: At top level:
hostfunc.c:1653: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_reserve':
hostfunc.c:1655: error: `rv' undeclared (first use in this function)
hostfunc.c:1655: error: `mem' undeclared (first use in this function)
hostfunc.c:1664: error: request for member `aper_size' in something not a structure or union
hostfunc.c:1672: error: request for member `aper_base' in something not a structure or union
hostfunc.c:1693: error: request for member `aper_base' in something not a structure or union
hostfunc.c: At top level:
hostfunc.c:1708: error: syntax error before '*' token
hostfunc.c:1709: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_commit':
hostfunc.c:1711: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1711: error: `mem' undeclared (first use in this function)
hostfunc.c:1718: error: `slot' undeclared (first use in this function)
hostfunc.c:1718: error: `dwOffset' undeclared (first use in this function)
hostfunc.c:1718: error: `dwPages' undeclared (first use in this function)
hostfunc.c:1745: error: request for member `allocate_memory' in something not a structure or union
hostfunc.c:1752: error: request for member `bind_memory' in something not a structure or union
hostfunc.c:1766: error: request for member `free_memory' in something not a structure or union
hostfunc.c: At top level:
hostfunc.c:1783: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_decommit':
hostfunc.c:1785: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1785: error: `mem' undeclared (first use in this function)
hostfunc.c:1790: error: `slot' undeclared (first use in this function)
hostfunc.c:1790: error: `dwOffset' undeclared (first use in this function)
hostfunc.c:1790: error: `dwPages' undeclared (first use in this function)
hostfunc.c:1804: error: request for member `unbind_memory' in something not a structure or union
hostfunc.c:1811: error: request for member `free_memory' in something not a structure or union
hostfunc.c: At top level:
hostfunc.c:1827: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_alloc':
hostfunc.c:1830: error: `slot' undeclared (first use in this function)
hostfunc.c: At top level:
hostfunc.c:1842: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_free_list':
hostfunc.c:1844: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1844: error: `tmp' undeclared (first use in this function)
hostfunc.c:1844: error: `mem' undeclared (first use in this function)
hostfunc.c:1844: error: `mem_list' undeclared (first use in this function)
hostfunc.c:1845: error: `slot' undeclared (first use in this function)
hostfunc.c: At top level:
hostfunc.c:1866: error: syntax error before '*' token
hostfunc.c: In function `pvr_agp_unreserve':
hostfunc.c:1868: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1868: error: `mem' undeclared (first use in this function)
hostfunc.c:1868: error: `tmp' undeclared (first use in this function)
hostfunc.c:1869: error: `tmap' undeclared (first use in this function)
hostfunc.c:1871: error: `slot' undeclared (first use in this function)
hostfunc.c: In function `HostGARTReserve':
hostfunc.c:1920: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1920: error: `agpMem' undeclared (first use in this function)
hostfunc.c:1922: error: `map_entry' undeclared (first use in this function)
hostfunc.c:1944: error: request for member `aper_base' in something not a structure or union
hostfunc.c: In function `HostGARTRelease':
hostfunc.c:1978: error: `tmp' undeclared (first use in this function)
hostfunc.c:1978: error: `map' undeclared (first use in this function)
hostfunc.c:1978: error: syntax error before ')' token
hostfunc.c:1979: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:1979: error: `mem' undeclared (first use in this function)
hostfunc.c: In function `HostGARTAlloc':
hostfunc.c:2009: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:2009: error: `agpMem' undeclared (first use in this function)
hostfunc.c:2009: error: `mem' undeclared (first use in this function)
hostfunc.c: In function `HostGARTFree':
hostfunc.c:2043: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:2043: error: `mem' undeclared (first use in this function)
hostfunc.c:2043: error: syntax error before ')' token
hostfunc.c: In function `HostGARTReserveMax':
hostfunc.c:2072: error: request for member `aper_size' in something not a structure or union
hostfunc.c: In function `HostGARTCommit':
hostfunc.c:2093: error: `map' undeclared (first use in this function)
hostfunc.c:2093: error: syntax error before ')' token
hostfunc.c:2094: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:2094: error: `agp' undeclared (first use in this function)
hostfunc.c: In function `HostGARTDecommit':
hostfunc.c:2125: error: `map' undeclared (first use in this function)
hostfunc.c:2125: error: syntax error before ')' token
hostfunc.c:2126: error: `agp_memory' undeclared (first use in this function)
hostfunc.c:2126: error: `mem' undeclared (first use in this function)
make: *** [hostfunc.o] Error 1


Per il momento utilizzo i driver per Vesa ma ovviamente sono senza accellerazione 3D...cosa si può fare?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum