Part Number: TDA2EVM5777
Tool/software: TI C/C++ Compiler
Hi,
I came across a situation where TI arm compiler fails or taking very very long time to compile five-point.cpp from opencv package.
This particular file has long list of some polynomial coefficients calculation. Its past half hour but still its compiling.
Not sure if it stucked somewhere or its actually compiling but taking very long time. --verbose flag to see what's happening didn't help.
How can I know the progress of compilation? How long should I wait?
Please check.
PS. Same file gets compiled very quickly within 2 minutes with gcc arm compiler.
Test procedure:
- Extract attached zip file to <TI ARM compiler root>/bin
- Execute this command: ./armcl.exe -c opencv/calib3d/source/five-point.cpp -I opencv/include/ -I opencv/include/opencv2 -I opencv/include/opencv -I ../include/
- Compiler version: TI ARM C/C++ Compiler v16.9.2.LTS
PC configuration:
Processor: Intel core-i7-6820HQ CPU@2.70 GHz
Installed RAM: 32 GB
OS: windows 7 64 bit
Thanks,
Shailesh