| c3c7db16 | 10-Sep-2014 |
Jerome Forissier <jerome.forissier@linaro.org> |
Fix TA build error
This fixes a bug introduced by commit 4334e8d. In ta_dev_kit.mk, out-dir must be set to '.' and not left empty when output directory (O=) is not specified. Otherwise, when buildin
Fix TA build error
This fixes a bug introduced by commit 4334e8d. In ta_dev_kit.mk, out-dir must be set to '.' and not left empty when output directory (O=) is not specified. Otherwise, when building a trusted app, the compile rule will have an unwanted leading slash (result from the expansion of $(out-dir)/$(...) in compile.mk). Error is:
make[1]: Entering directory `/home/jerome/tmp/lcu14_optee_hello_world/ta' CC /hello_world_ta.o hello_world_ta.c:101:1: fatal error: opening dependency file /.hello_world_ta.o.d: Permission denied } ^ compilation terminated.
show more ...
|