
2 May
2007
2 May
'07
2:31 p.m.
Hi,
The latest version's Makefile seems to have a bug in the MPC8360EMDS_config (and derivatives) section: The include/config.h file is not generated in the build directory (represented by $(obj)) but always in the source directory. Therefore, building this board in an external directory (with O=<dir>) always fails. In addition, the build directory isn't initially created. IMO this should be the same as other board config sections (with mkdir at the beginning, and prepending $(obj) to include/config.h).
Regards, David