|
I solved this one: I’d forgotten to
run the “auto-config.in” file through “dos2unix”
and that was the reason for the extraneous carriage returns. Sorry about the false alarm. David Banas From:
owner-microblaze-uclinux@xxxxxxxxxxxxxx
[mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxx] On Behalf Of David Banas Hi All, I just tried to build my “Rel_2005062301”
kernel/dist (for Nu Horizons Spartan3-2000 demo board), using the new tool
chain (20051121), and noticed that running ‘make menuconfig’
generates a ‘linux-2.4.x/include/linux/autoconf.h’ with the
following errors: #define CONFIG_XILINX_TIMER_0_IRQ (0 ) #define CONFIG_XILINX_SDRAM_0_FAMILY "spartan3 " These carriage returns, which are being inserted just before
the closing parenthesis or quote, are causing the build to fail. Does anyone know what’s going on? My “Rel_2005062301” release uses the following
versions of kernel/dist source tree: - kernel: “before-snapgear-code-sync-20050504” - dist: “uClinux-dist-20041215” Thanks and Happy Holidays! David Banas
|