This is the mail archive of the cygwin 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]

problem compiling project (bash error 126, ash error 122)


Hi,
I have problems with compiling my project. I'm using cygwin environment. I have project compiled using couple makefiles. I use SHELL=bash or SHELL=ash. The compiler is from TI and is written for windows so I can't try it under linux.


For some time everything works fine. But as project have grown mentioned error occur. I think that its bash/ash error, but it should be copiler/linker error too. But there isn't any output.

Please, does anyone know, what does bash error 126 or ash error 122 mean?

Thx.
J.H.

output log:

using SHELL=/bin/ash
...
Creating library: /cygdrive/c/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib
SHELL: C:/cygwin/bin/ash
/cygdrive/c/CCStudio_v3.3/C2000/cgtools/bin/ar2000 -rv c:/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib c:/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/mth_qf28xx.o
/cygdrive/c/CCStudio_v3.3/C2000/cgtools/bin/ar2000: error 122
make[1]: *** [/cygdrive/c/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib] Error 2
make[1]: Leaving directory `/cygdrive/c/Projects/PER/Library.MTH/mth/qf28xx'
make: *** [build_libs] Error 2



using SHELL=/bin/bash
Creating library: /cygdrive/c/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib
SHELL: C:/cygwin/bin/bash
/cygdrive/c/CCStudio_v3.3/C2000/cgtools/bin/ar2000 -rv c:/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib c:/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/mth_qf28xx.o
C:/cygwin/bin/bash: /cygdrive/c/CCStudio_v3.3/C2000/cgtools/bin/ar2000: Message too long
make[1]: Leaving directory `/cygdrive/c/Projects/PER/Library.MTH/mth/qf28xx'
make[1]: *** [/cygdrive/c/Projects/PER/Project.TH1/dist/rel/MTH_qf28xx-01-00-00-01-DEV/MTH_qf28xx-01-00-00-01-DEV.lib] Error 126
make: *** [build_libs] Error 2






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]