[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MinGW useage (Re: RTEMS 4.8.0 Available)
- Date: Fri, 22 Feb 2008 10:17:38 -0500
- From: Gene.Smith at siemens.com (Smith, Gene SEA)
- Subject: MinGW useage (Re: RTEMS 4.8.0 Available)
I failed to prefix the "make all" with "sh" which got rid of the popup
errors.
However, still evenutally fails running the "compile" wrapper:
mv -f ../../libbsp/arm/shared/irq/.deps/at91rm9200_irq_rel-irq_asm.Tpo
../../libbsp/arm/shared/irq/.deps/at91rm9200_irq_rel-irq_asm.Po
/opt/rtems-4.8/rtems-4.8.0/compile arm-rtems4.8-gcc --pipe
-B../../../../.././lib/ -B../../../../.././csb337/lib/ -specs bsp_specs
-qrtems -Wall -mcpu=arm920 -m
structure-size-boundary=8 -O2 -g -qnolinkcmds -nostdlib -Wl,-r -o
at91rm9200/irq.rel at91rm9200/irq/at91rm9200_irq_rel-irq.o
at91rm9200/irq/at91rm9200_irq_re
l-bsp_irq_init.o
../../libbsp/arm/shared/irq/at91rm9200_irq_rel-irq_init.o
at91rm9200/irq/at91rm9200_irq_rel-bsp_irq_asm.o
../../libbsp/arm/shared/irq/at91rm920
0_irq_rel-irq_asm.o
arm-rtems4.8-gcc.exe: at91rm9200/irq/at91rm9200_irq_rel-bsp_irq_asm.o:
No such file or directory
arm-rtems4.8-gcc.exe:
../../libbsp/arm/shared/irq/at91rm9200_irq_rel-irq_asm.o: No such file
or directory
It appears that this "compile" wrapper has somthing to do with compilers
that don't support both -o and -c which is the same subject as the
failures before.