View Single Post
  #4   (View Single Post)  
Old 18th April 2010
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

More information including break.


Code:
debian:/home/moleque/gpart-0.1f# uname -a
Linux debian 2.6.26-2-powerpc #1 Tue Mar 9 23:07:18 UTC 2010 ppc GNU/Linux
debian:/home/moleque/gpart-0.1f# cat /proc/cpuinfo
processor       : 0
cpu             : 740/750
temperature     : 27-32 C (uncalibrated)
clock           : 400.000000MHz
revision        : 2.2 (pvr 0008 0202)
bogomips        : 49.79
timebase        : 24934516
platform        : PowerMac
model           : PowerMac1,1
machine         : PowerMac1,1
motherboard     : PowerMac1,1 MacRISC Power Macintosh
detected as     : 66 (Blue&White G3)
pmac flags      : 00000000
L2 cache        : 1024K unified
pmac-generation : NewWorld
debian:/home/moleque/gpart-0.1f# pwd
/home/moleque/gpart-0.1f
debian:/home/moleque/gpart-0.1f# make
make -C src
make[1]: Entering directory `/home/moleque/gpart-0.1f/src'
make[1]: Leaving directory `/home/moleque/gpart-0.1f/src'
make[1]: Entering directory `/home/moleque/gpart-0.1f/src'
gcc -Wall -O2 -pedantic -DVERSION=\"0.1f\"   -c -o gpart.o gpart.c
gpart.c:61: warning: built-in function ‘log’ declared as non-function
gpart.c: In function ‘is_ext_parttable’:
gpart.c:397: warning: suggest parentheses around comparison in operand of |
gpart.c: In function ‘print_disk_desc’:
gpart.c:590: warning: suggest parentheses around comparison in operand of |
gpart.c: In function ‘write_primary_ptbl’:
gpart.c:1205: warning: suggest parentheses around comparison in operand of |
gcc -Wall -O2 -pedantic -DVERSION=\"0.1f\"   -c -o gmodules.o gmodules.c
gmodules.c: In function ‘g_mod_addexternal’:
gmodules.c:189: warning: ISO C forbids conversion of object pointer to function pointer type
gmodules.c:191: warning: ISO C forbids conversion of object pointer to function pointer type
gmodules.c:193: warning: ISO C forbids conversion of object pointer to function pointer type
gcc -Wall -O2 -pedantic -DVERSION=\"0.1f\"   -c -o disku.o disku.c
disku.c: In function ‘disk_geometry’:
disku.c:48: error: ‘errno’ undeclared (first use in this function)
disku.c:48: error: (Each undeclared identifier is reported only once
disku.c:48: error: for each function it appears in.)
disku.c: In function ‘reread_partition_table’:
disku.c:78: error: ‘errno’ undeclared (first use in this function)
make[1]: *** [disku.o] Error 1
make[1]: Leaving directory `/home/moleque/gpart-0.1f/src'
make: *** [gpart] Error 2
debian:/home/moleque/gpart-0.1f#
Reply With Quote