Tool/software: TI C/C++ Compiler
Hi,
I was trying to compile amazon-freertos for TI cc3220_launchpad here: https://github.com/aws/amazon-freertos
OS: Windows 10 (build 1809 and 1903)
Build System: CMAKE (version 3.14.4 and 3.15.3)
CMAKE generator: MinGW Makefiles and Ninja
Compiler: ti-cgt-arm_18.12.2.LTS from ccs910 folder
Error:
<Linking>
"CMakeFiles\aws_tests.rsp", line 38: error: cannot find file
"vendors\ti\boards\cc3220_launchpad\CMakeFiles\aws_tests.dir\__\__\__\__\lib
raries\3rdparty\http"
"CMakeFiles\aws_tests.rsp", line 38: error: invalid option:
-parser\http_parser.c.obj
Root Cause:
The response file has the following line: vendors\ti\boards\cc3220_launchpad\CMakeFiles\aws_tests.dir\__\__\__\__\libraries\3rdparty\http-parser\http_parser.c.obj (Note the absence of any spaces in the line)
This line seems to get parsed as: vendors\ti\boards\cc3220_launchpad\CMakeFiles\aws_tests.dir\__\__\__\__\libraries\3rdparty\http -parser\http_parser.c.obj (Note the space between "http" and "-parser")
Is there any way t o work around this other than renaming our folder?
Thanks,
Pavan