Tool/software: TI C/C++ Compiler
Hi,
I am trying to compile few source files with armcl compiler in windows environment with cygwin. I have copied the compiler in the base location c:\ti\ and trying to run make to use the same.But i am getting the following error. "can not execute the binary file " which shows compiler is not running at all.
E:\ngi\DRAGON2_M4_EU_VIDEO>set CYGPATH=C:/cygwin/bin/cygpath.exe
E:\ngi\DRAGON2_M4_EU_VIDEO>make mib_m4
Makefile:193: ***** VAG MIB-VIP Build started *****
Makefile:195: TI_PLATFORM: benelli_M4
Makefile:396: Predefines: BUILD_DATE:none | BUILD_ID:none | UBN:none | Dirana3=R
3.1 | AMP:none | BRAND:none | NAV:none | MISRA:none | DWARF_V:default
cygwin warning:
MS-DOS style path detected: tools\mpi_gen\mpi_gen_exclude.mk
Preferred POSIX equivalent is: tools/mpi_gen/mpi_gen_exclude.mk
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
cygwin.com/.../using.html
Compiling ps_data.c for mib_m4
C:/ti/arm_5.0.5/bin/armcl: C:/ti/arm_5.0.5/bin/armcl: cannot execute binary file
/bin/cat: out/mib_m4/obj/ps_data.tmp: No such file or directory
/bin/rm: cannot remove `out/mib_m4/obj/ps_data.tmp': No such file or directory
make: *** [out/mib_m4/obj/ps_data.o] Error 1
Can someone tell me how to run the armcl compiler using cygwin make in windows.
And when i tried to run the compiler in the windows command prompt.It shows the below error
C:\ti\arm_5.0.5\bin>armcl -c hello.c
'armcl' is not recognized as an internal or external command,
operable program or batch file.
C:\ti\arm_5.0.5\bin>
It will be great if i get some help on this.
With regards,
Jeyaseelan