|
Profile
Personal Photo
Options
Personal Statement
andrewy doesn't have a personal statement currently.
Personal Info
andrewy
Age Unknown
Gender Not Set
Location Unknown
Birthday Unknown
Interests
No Information
Statistics
Joined: 12-January 06
Profile Views: 369*
Last Seen: 27th January 2006 - 06:40 PM
Local Time: Jun 18 2013, 01:31 PM
6 posts (0 per day)
Contact Information
No Information
No Information
No Information
No Information
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
19 Jan 2006
I'm using gcc 2.95, distro openzaurus-unstable, machine collie, the jan2006prebreakage revision, my and host processor athlon xp 2400.
When I try to compile mono with "bitbake mono", I get the following errors: CODE ccache arm-linux-gcc -march=armv4 -mtune=xscale -DHAVE_CONFIG_H -I. -I/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0/mono/metadata -I../.. -I/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0 -I/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0/mono -I/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0/libgc/include -pthread -I/var/d2/andrew/oetmp/staging/arm-linux/include/glib-2.0 -I/var/d2/andrew/oetmp/staging/arm-linux/lib/glib-2.0/include -I/var/d2/andrew/oetmp/staging/arm-linux/include/glib-2.0 -I/var/d2/andrew/oetmp/staging/arm-linux/lib/glib-2.0/include -D_REENTRANT -D_REENTRANT -I/usr/include -DMONO_ASSEMBLIES=\"/usr/lib\" -DMONO_CFG_DIR=\"/etc\" -I/var/d2/andrew/oetmp/staging/arm-linux/include -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DARM_FPU_NONE -DNO_UNALIGNED_ACCESS -I/var/d2/andrew/oetmp/staging/arm-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT socket-io.lo -MD -MP -MF .deps/socket-io.Tpo -c socket-io.c -fPIC -DPIC -o .libs/socket-io.o | In file included from /usr/include/sys/socket.h:35, | from ../../mono/io-layer/sockets.h:14, | from ../../mono/io-layer/wapi.h:27, | from ../../mono/io-layer/io-layer.h:24, | from socket-io.c:31: | /usr/include/bits/socket.h: In function `__cmsg_nxthdr': | /usr/include/bits/socket.h:271: warning: cast increases required alignment of target type | socket-io.c: In function `ves_icall_System_Net_Sockets_Socket_LocalEndPoint_internal': | socket-io.c:869: warning: cast increases required alignment of target type | socket-io.c:880: warning: cast increases required alignment of target type | socket-io.c: In function `ves_icall_System_Net_Sockets_Socket_RemoteEndPoint_internal': | socket-io.c:895: warning: cast increases required alignment of target type | socket-io.c:906: warning: cast increases required alignment of target type | socket-io.c: In function `create_sockaddr_from_object': | socket-io.c:921: warning: cast increases required alignment of target type | socket-io.c: In function `Socket_to_SOCKET': | socket-io.c:1248: warning: cast increases required alignment of target type | socket-io.c: In function `ves_icall_System_Net_Sockets_Socket_Select_internal': | socket-io.c:1284: warning: cast increases required alignment of target type | socket-io.c:1301: warning: cast increases required alignment of target type | socket-io.c:1318: warning: cast increases required alignment of target type | socket-io.c:1350: warning: cast increases required alignment of target type | socket-io.c:1357: warning: cast increases required alignment of target type | socket-io.c:1360: warning: cast increases required alignment of target type | socket-io.c:1373: warning: cast increases required alignment of target type | socket-io.c:1380: warning: cast increases required alignment of target type | socket-io.c:1383: warning: cast increases required alignment of target type | socket-io.c:1396: warning: cast increases required alignment of target type | socket-io.c:1403: warning: cast increases required alignment of target type | socket-io.c:1406: warning: cast increases required alignment of target type | socket-io.c: In function `ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal': | socket-io.c:1489: warning: cast increases required alignment of target type | socket-io.c: In function `ipaddress_to_struct_in_addr': | socket-io.c:1551: warning: cast increases required alignment of target type | socket-io.c: In function `ipaddress_to_struct_in6_addr': | socket-io.c:1566: warning: cast increases required alignment of target type | socket-io.c:1577: warning: cast increases required alignment of target type | socket-io.c: In function `ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal': | socket-io.c:1646: warning: cast increases required alignment of target type | socket-io.c:1666: warning: cast increases required alignment of target type | socket-io.c:1673: warning: cast increases required alignment of target type | socket-io.c:1692: warning: cast increases required alignment of target type | socket-io.c:1701: warning: cast increases required alignment of target type | socket-io.c: In function `hostent_to_IPHostEntry2': | socket-io.c:1916: warning: cast increases required alignment of target type | socket-io.c:1934: warning: cast increases required alignment of target type | socket-io.c:1980: warning: cast increases required alignment of target type | socket-io.c:1998: warning: cast increases required alignment of target type | socket-io.c: In function `addrinfo_to_IPHostEntry': | socket-io.c:2064: warning: cast increases required alignment of target type | socket-io.c: In function `create_object_from_sockaddr': | socket-io.c:793: internal compiler error: in arm_print_operand, at config/arm/arm.c:9887 | Please submit a full bug report, | with preprocessed source if appropriate. | See <URL:http://gcc.gnu.org/bugs.html> for instructions. | make[3]: *** [socket-io.lo] Error 1 | make[3]: Leaving directory `/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0/mono/metadata' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0/mono' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/var/d2/andrew/oetmp/work/mono-1.0-r0/mono-1.0' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /var/d2/andrew/oetmp/work/mono-1.0-r0/temp/log.do_compile.5924 NOTE: package mono-1.0-r0: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package mono-1.0: failed ERROR: Build of 'mono' failed Build statistics: Attempted builds: 1 Failed builds: 1 It says that it's an internal compiler error, but it wouldn't available if it didn't work for anyone, so it must be something wrong with my setup. anyone know how I can fix it?
13 Jan 2006
As you can see, I have virtually no space left on /, but plenty of space left in /media/ram:
Filesystem Size Used Available Use% Mounted on /dev/mtdblock4 14.1M 13.0M 1.2M 92% / /dev/mtdblock6 31.0M 28.0k 29.4M 0% /media/ram However, /media/ram only contains home/andrew and packages/usr. When I try to do a "ipkg update", I completely ran out of space and reflashed instead of bothering to find the files it had created. How can I make it so that /media/ram is used for anything new?
13 Jan 2006
I thought I would try the new Sharp ROM before installing OZ, but after updating the sharp rom, Qtopia Desktop no longer lets me sync.
I need a way to rename the initrd and zimage files on the CF card so that the zaurus will load them, but I don't have a CF card reader. I was going to install a file manager to the zaurus and use that to rename them, but when I try to sync with qtopia desktop, it doesn't see the zaurus and nothing happens. I have a 5500/collie and the latest zaurus rom. I also have a wireless card, if anyone knows of a way to enable a ftp/ssh server. My desktop is gentoo linux. The usb connection lets me ping the zaurus. Any idea how I can get qtopia desktop to work? or any other way to get access to the actual filesystem so that I can rename my initrd and zimage files, the problem is that I don't have a way to upload or install a file manager without qtopia desktop.
13 Jan 2006
With the stock sharp rom I hear sound when I click buttons, etc. I'm using a sl5500/collie.
I installed the oz 3.5.3 rom and I can't get my sound to work. I made sure it was unmuted, but when I click "test" in the sound configuration panel, I don't hear anything. I also tried recording and playing back the recording, and I still didn't hear anything. How can I get the sound to work?
12 Jan 2006
I would like to get WPA support working for my sl-5500, I have a Netgear MA701, which I believe has a prism 2 chipset.
The topic http://www.oesf.org/forums/index.php?showtopic=2180&hl=wpa says that I need to patch and flash the kernel. How do I do that on a zaurus? Maybe there's a howto that someone can point me to? I've searched the forums but didn't find anything. If it was a desktop pc I wouldn't have any problem, but I have no idea where to get the correct patched Zaurus kernel, how to compile the kernel (I thought there was no gcc on the zaurus??) or how to install/flash the new kernel once it's compiled. Thanks in advance |
Last Visitors
andrewy has no visitors to display.
Comments
Other users have left no comments for andrewy.
Friends
There are no friends to display.
|
|
Lo-Fi Version | Time is now: 18th June 2013 - 01:31 PM |