1b99f0e67f
-P is an option that was inherited from the old MetaWare compiler. [ccac foo.c -P] is actually a shortcut for: [ccac -E foo.c -o foo.i]. In new version of mwdt, -P option can't redirect the output. we need to use -E option, which works in all versions. -P: Preprocess the file and write it to <src>.i (C) or <src>.ii(C++). No compilation is performed. -E: Run preprocessor only. Signed-off-by: Watson Zeng <zhiwei@synopsys.com> |
||
---|---|---|
.. | ||
app | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker | ||
makefile_exports | ||
reports | ||
toolchain | ||
usage | ||
util | ||
boards.cmake | ||
ccache.cmake | ||
cfb.cmake | ||
dts.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
gcc-m-cpu.cmake | ||
generic_toolchain.cmake | ||
git.cmake | ||
hex.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kobj.cmake | ||
mcuboot.cmake | ||
pristine.cmake | ||
python.cmake | ||
shields.cmake | ||
target_toolchain.cmake | ||
target_toolchain_flags.cmake | ||
verify-toolchain.cmake | ||
version.cmake | ||
west.cmake | ||
zephyr_module.cmake |