Re: [ptxdist] [PATCH] Simplify make

2008-11-24 Thread Marc Kleine-Budde
Robert Schwebel wrote: On Fri, Nov 21, 2008 at 03:42:15PM -0700, Gary Thomas wrote: From: Gary Thomas [EMAIL PROTECTED] By only including those [sub] makefiles which are actually used in the build, the process runs faster and also avoids the dreaded error 'bash: line too long' Are you

Re: [ptxdist] [PATCH] Simplify make

2008-11-24 Thread Gary Thomas
Marc Kleine-Budde wrote: Robert Schwebel wrote: On Fri, Nov 21, 2008 at 03:42:15PM -0700, Gary Thomas wrote: From: Gary Thomas [EMAIL PROTECTED] By only including those [sub] makefiles which are actually used in the build, the process runs faster and also avoids the dreaded error 'bash:

[ptxdist] compiler alignment in struct

2008-11-24 Thread Schmid Alexander
Hello, I use tiny Board with MPC5200B and Toolchain 1.1.1 and BSP6. I do communication over ARCNET with an Motorola 68332! In the communication i have a : struct{ short x; int y;..} The 68332 aligns on 2 Byte boundary! My communication program runs as usual linux application! I compile with