All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Jung <palasim@gmx.de>
To: linuxppc-embedded@ozlabs.org
Subject: uCLinux for PPC: Bug in autoconf.h creation
Date: Thu, 07 Sep 2006 11:26:33 +0200	[thread overview]
Message-ID: <44FFE5C9.2070203@gmx.de> (raw)

I am trying to build a uCLinux Distribution for PowerPC following the 
instructions on

http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/uclinux_powerpc/ 
<http://www.itee.uq.edu.au/%7Ejwilliams/mblaze-uclinux/uclinux_powerpc/>

"make menuconfig" works well  but the created file 
/linuxppx-2.4.x/include/linux/autoconf.h has errors:

The created "#defines" for integer and string types are mistyped the 
closing bracket / quote is written into a newline.
Example:

#define CONFIG_XILINX_PPC405_0_DISABLE_OPERAND_FORWARDING (1
)
#define CONFIG_XILINX_PPC405_0_DETERMINISTIMULT (0
)
#define CONFIG_XILINX_PPC405_0_MMU_ENABLE (1
)
#define CONFIG_XILINX_PPC405_0_DCR_RESYNC (0
)
#define CONFIG_XILINX_PPC405_0_INSTANCE "ppc405_0
"
#define CONFIG_XILINX_PPC405_0_HW_VER "2.00.c
"
#define CONFIG_XILINX_ON1_DMA_MASTER_0_INSTANCE "on1_dma_master_PPC
"

How can I correct the generation of  autoconf.h ?

Greetings,
Simon Jung

             reply	other threads:[~2006-09-07  9:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-07  9:26 Simon Jung [this message]
2006-09-07 11:51 ` uCLinux for PPC: Bug in autoconf.h creation Aidan Williams
  -- strict thread matches above, loose matches on Subject: below --
2006-09-07  9:26 Simon Jung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44FFE5C9.2070203@gmx.de \
    --to=palasim@gmx.de \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.