x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

z50 and Linux - help

1 2 3
sophisticatedleaf Page Icon Posted 2005-11-05 12:22 AM
#
Avatar image of sophisticatedleaf
H/PC Elder

Posts:
2,294
Location:
Sunny California
Status:
I would double-check the video settings, and disable the ramdisk/initrd if you can get away with it. Generally, you should just compile in the necessary things into the kernel, and then you have much less to worry about. Things also tend to work more often when they are not modules. This does not mean go crazy, however. Just compile in the z50 stuff.

I do not see any problems with the USB support, although, USB gadgets are generally not necessary, if ever used.

Also, I do not think that the cross-compile option is necessary, as long as you type a CC= command before make. For me, this would be CC=arm-linux-gcc, because that is the name of the cross-compiler toolchain I used to compile my 720 kernel. Try this as a last resort.
 Top of the page
oski Page Icon Posted 2005-11-06 6:02 PM
#
Avatar image of oski
Factorite (Elite)

Posts:
187
Location:
Herts. UK
Status:
Hi,
Many tks to C:Amie and PS for the comments.

I followed your suggestions eliminating the USB gadgets and the initrd and ramdisk, but can not compile!!! The last lines are
init/do_mounts.o: In function "mount_root";
do_mounts.c: (.text.init+0x7e8): undefined reference to "ip_auto_config"
do_mounts.c: (.text.init+0x7e8): relocation truncated to fit: R_MIPS_26 against "ip_auto_config"
make:*** (vmlinux) Error 1

I did quite some google for this error but did not find anything usefull.

Any ideas?

oski
 Top of the page
oski Page Icon Posted 2005-11-06 6:02 PM
#
Avatar image of oski
Factorite (Elite)

Posts:
187
Location:
Herts. UK
Status:
Hi,
Many tks to C:Amie and PS for the comments.

I followed your suggestions eliminating the USB gadgets and the initrd and ramdisk, but can not compile!!! The last lines are
init/do_mounts.o: In function "mount_root";
do_mounts.c: (.text.init+0x7e8): undefined reference to "ip_auto_config"
do_mounts.c: (.text.init+0x7e8): relocation truncated to fit: R_MIPS_26 against "ip_auto_config"
make:*** (vmlinux) Error 1

I did quite some google for this error but did not find anything usefull.

Any ideas?

oski
 Top of the page
sophisticatedleaf Page Icon Posted 2005-11-06 11:02 PM
#
Avatar image of sophisticatedleaf
H/PC Elder

Posts:
2,294
Location:
Sunny California
Status:
Interesting! Are you using uclibc to cross-compile? Because that is the error I got when I was trying to build that toolchain! Maybe your problem could help me solve the error...

I think we need someone who really knows about compilers for this one. Snappy?!
 Top of the page
oski Page Icon Posted 2005-11-07 4:07 AM
#
Avatar image of oski
Factorite (Elite)

Posts:
187
Location:
Herts. UK
Status:
Hi PS,

I am not using uclib. I am using a toolchain downloaded from linux-mips.org (SDE crosscompiler).

cheers

oski
 Top of the page
sophisticatedleaf Page Icon Posted 2005-11-07 2:10 PM
#
Avatar image of sophisticatedleaf
H/PC Elder

Posts:
2,294
Location:
Sunny California
Status:
Oh. Well I just do not like cross-compilers then.

What I want to find out is how Debian does it. They cross-compile _everything_.
 Top of the page
1 2 3
Jump to forum:
Seconds to generate: 0.164 - Cached queries : 62 - Executed queries : 10