Re: [uClinux-dev] problem compiling uClinux

2008-08-08 Thread Greg Ungerer
Hi Jeff, Jeff Ramin wrote: Greg Ungerer wrote: Hi Jeff, Jeff Ramin wrote: I'm using the uClinux-dist-20070130 release. And what toolchain are you using again? Regards Greg I'm using the arm-elf toolchain. What version? Where did you get it from? By default that version of the dist

Re: [uClinux-dev] problem compiling uClinux

2008-08-05 Thread Jeff Ramin
Greg Ungerer wrote: Hi Jeff, Jeff Ramin wrote: I'm using the uClinux-dist-20070130 release. And what toolchain are you using again? Regards Greg I'm using the arm-elf toolchain. Thanks. Jeff, When started out with this i ensured my tool suite was correct by building a

Re: [uClinux-dev] problem compiling uClinux

2008-08-04 Thread Jeff Ramin
Anybody have an idea of what might be causing this problem? Thanks. Jeff Ramin wrote: Thanks for the suggestion guys. I've tried compiling again using the CROSS_COMPILE option, and now I get a bucket load of warnings such as:

Re: [uClinux-dev] problem compiling uClinux

2008-08-04 Thread rwarner
Jeff Ramin wrote: Anybody have an idea of what might be causing this problem? /home/ramin/uClinux/uClinux/uClinux-dist/linux-2.4.x/include/linux/ufs_fs.h:423: storage size of `cg_cs' isn't known followed by an error that stops the compile: lots of output removed

Re: [uClinux-dev] problem compiling uClinux

2008-08-04 Thread rwarner
Jeff Ramin wrote: I'm using the uClinux-dist-20070130 release. Thanks. Jeff, When started out with this i ensured my tool suite was correct by building a generic kernel from kernel.org. Once i verified that asked for an example .config file for the target i was intending to

Re: [uClinux-dev] problem compiling uClinux

2008-08-04 Thread Greg Ungerer
Hi Jeff, Jeff Ramin wrote: I'm using the uClinux-dist-20070130 release. And what toolchain are you using again? Regards Greg Jeff, When started out with this i ensured my tool suite was correct by building a generic kernel from kernel.org. Once i verified that asked for an

Re: [uClinux-dev] problem compiling uClinux

2008-08-01 Thread Jeff Ramin
Thanks for the suggestion guys. I've tried compiling again using the CROSS_COMPILE option, and now I get a bucket load of warnings such as: /home/ramin/uClinux/uClinux/uClinux-dist/linux-2.4.x/include/linux/ufs_fs.h:423: storage size of `cg_cs' isn't known followed by an error that stops

Re: [uClinux-dev] problem compiling uClinux

2008-07-31 Thread Markus Franke
Hi, if you have arm-elf-tools installed then you should maybe try to execute make CROSS_COMPILE=arm-elf- Cheers, Markus Jeff Ramin schrieb: Hi folks. uClinux newbie here... I'm trying to get a uClinux emulator running on my linux machine. I've downloaded ARMulator, and I'm able to run the

Re: [uClinux-dev] problem compiling uClinux

2008-07-31 Thread Thomas Petazzoni
Le Thu, 31 Jul 2008 22:56:24 +0200, Markus Franke [EMAIL PROTECTED] a écrit : if you have arm-elf-tools installed then you should maybe try to execute make CROSS_COMPILE=arm-elf- Or, alternatively, change the value of CROSS_COMPILE in vendors/config/armnommu/config.arch. Sincerly, Thomas