This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make problem -- does not terminate on error


Here's an idea -- could the problem be due to a '~' in a pathname?

Here's the actual make output. Note the "Progra~1" in the pathname for the compiler aq430.exe:

make -f Makefile2 sfaq430-a.lib \
T=OSF \
F=aq430 \
O=OSNONE \
C=OSA \
V=OSNONE
make[1]: Entering directory `/cygdrive/c/salvo/src'
c:/Progra~1/AQ430/aq430.exe +s -D__AQCOMPILER__ -DOSMAKE_LIBRARY -DOSLIBRARY_TYPE=OSF -DOSLIBRARY_CONFIG=OSA -I../inc/ -Ic:/Progra~1/AQ430/include/ -link license.c
002 Pumpkin, Inc. and its" "Licensor(s). All Rights Reserved.";
|
"license.c", line 33: Character string too long (> 510 characters)
1 fatal error
aq430: aq430c error return -1 -- processing terminated
c:/Progra~1/AQ430/aq430.exe +s -D__AQCOMPILER__ -link portaq430.asm
c:/Progra~1/AQ430/aq430lib.exe +s +clear l=../lib/sfaq430-a.lib license.obj portaq430.obj
MCLIB: license.obj: Fatal error: Cannot open object file
MCLIB aborted
-rw-r--r-- 1 aek unknown 38868 Jul 30 21:47 ../lib/sfaq430-a.lib
make[1]: Leaving directory `/cygdrive/c/salvo/src'
---------------------------------------------------------------
Andrew E. Kalman, Ph.D. aek@pumpkininc.com

Pumpkin, Inc.
home of Salvo, The RTOS that runs in tiny places.(TM)
http://www.pumpkininc.com


--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


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