Re: Big include file move breaks user mode

2008-08-06 Thread Kumar Gala
On Aug 6, 2008, at 12:44 PM, René Rebe wrote: Heh, you might also consider using "off the shelf" build systems, such as the T2 SDE: http://t2-project.org To avoid re-inventing the wheel again and again. Yours, Whee.. another rootfs build system. Why we can't converge some of these tow

Re: Big include file move breaks user mode

2008-08-06 Thread René Rebe
Hi, Sean MacLennan wrote: On Wed, 6 Aug 2008 16:51:40 +0200 "Arnd Bergmann" <[EMAIL PROTECTED]> wrote: The user space headers are provided by your distribution, not by the kernel, so include/asm should be a directory, not a symlink. If you are building your own distro, don't just copy the f

Re: Big include file move breaks user mode

2008-08-06 Thread René Rebe
Hi, Sean MacLennan wrote: On Wed, 6 Aug 2008 16:51:40 +0200 "Arnd Bergmann" <[EMAIL PROTECTED]> wrote: The user space headers are provided by your distribution, not by the kernel, so include/asm should be a directory, not a symlink. If you are building your own distro, don't just copy the f

Re: Big include file move breaks user mode

2008-08-06 Thread Sean MacLennan
On Wed, 6 Aug 2008 16:51:40 +0200 "Arnd Bergmann" <[EMAIL PROTECTED]> wrote: > The user space headers are provided by your distribution, not > by the kernel, so include/asm should be a directory, not a symlink. > If you are building your own distro, don't just copy the files > but rather use 'make

Re: Big include file move breaks user mode

2008-08-06 Thread Arnd Bergmann
On Tuesday 05 August 2008, Sean MacLennan wrote: > Should include/asm be a link to arch/powerpc/include/asm? The user space headers are provided by your distribution, not by the kernel, so include/asm should be a directory, not a symlink. If you are building your own distro, don't just copy the fi

Re: Big include file move breaks user mode

2008-08-05 Thread Kumar Gala
On Aug 5, 2008, at 11:09 AM, Sean MacLennan wrote: Almost all of the includes in include/asm-powerpc where moved to arch/powerpc/include/asm. This is breaking almost all of my user mode code... so I assume I am doing something very wrong. Here is a simple program that flushes stdout for no app

Big include file move breaks user mode

2008-08-05 Thread Sean MacLennan
Almost all of the includes in include/asm-powerpc where moved to arch/powerpc/include/asm. This is breaking almost all of my user mode code... so I assume I am doing something very wrong. Here is a simple program that flushes stdout for no apparent reason ;) #include #include int main(int argc