This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tanh


At 2000-06-21 14:50:11+0000, "Hugo 'NOx' Tyson" writes:
> 
> Nick Barnes <Nick.Barnes@pobox.com> 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<CR>"

I thought that, but there don't seem to be any additional characters
on the line.

Nick B


--
FreeBSD 2.2.8-RELEASE: up 22 days, 23:38

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]