From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo 'NOx' Tyson To: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] tanh Date: Wed, 21 Jun 2000 08:00:00 -0000 Message-id: References: <28987.961597365@raven.ravenbrook.com> X-SW-Source: 2000-06/msg00232.html Nick Barnes writes: > Strange bug when building kernel: > > -I//D/PROGRA~1/REDHAT~1/eCos/packages/language/c/libm/v1_3_1/src/double/portable-api/ -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/double/portable-api/s_modf.tmp -o src/double/portable-api/language_c_libm_s_modf.o //D/PROGRA~1/REDHAT~1/eCos/packages/language/c/libm/v1_3_1/src/double/portable-api/s_modf.c > make[1]: *** No rule to make target `src/double/portable-api/s_tanh.c > ', needed by `libtarget.a.stamp'. Stop. > > In the output pane there's a "no such character" black box between > "s_tanh.c" and "'". Cut-and-paste reveals it as a newline character. > > Tinkering with foo_build/language/c/libm/v1_3_1/makefile, I can make > this error go away by adding a space character at the end of the line > which defines the COMPILE variable. Line endings? ie. the var is defined as "blah" From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo 'NOx' Tyson To: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] tanh Date: Wed, 05 Sep 2001 00:10:00 -0000 Message-ID: References: <28987.961597365@raven.ravenbrook.com> X-SW-Source: 2001-09/msg00086.html Message-ID: <20010905001000.WhuDPEDXcsNmzmlEg2wktSEq8vxgxHCkk8Wn2dzz314@z> Nick Barnes writes: > Strange bug when building kernel: > > -I//D/PROGRA~1/REDHAT~1/eCos/packages/language/c/libm/v1_3_1/src/double/portable-api/ -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -Wp,-MD,src/double/portable-api/s_modf.tmp -o src/double/portable-api/language_c_libm_s_modf.o //D/PROGRA~1/REDHAT~1/eCos/packages/language/c/libm/v1_3_1/src/double/portable-api/s_modf.c > make[1]: *** No rule to make target `src/double/portable-api/s_tanh.c > ', needed by `libtarget.a.stamp'. Stop. > > In the output pane there's a "no such character" black box between > "s_tanh.c" and "'". Cut-and-paste reveals it as a newline character. > > Tinkering with foo_build/language/c/libm/v1_3_1/makefile, I can make > this error go away by adding a space character at the end of the line > which defines the COMPILE variable. Line endings? ie. the var is defined as "blah"