
Dear André,
In message 1268643615.4089.8.camel@swa-m460 you wrote:
Created the board dir and added this line to config.mk:
LDSCRIPT :$(SRCTREE)/board/matrix-vision/mvsmr/u-boot.lds
which results in failure during make :
swa@swa-m460:~/u-boot.git$ CROSS_COMPILEppc_6xx- ARCHpowerpc make for dir in tools examples/standalone examples/api cpu/mpc5xxx /home/swa/u-boot.git/board/matrix-vision/mvsmr/ ; do \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This comes from these lines in the Makefile:
407 for dir in $(SUBDIRS) cpu/$(CPU) $(dir $(LDSCRIPT)) ; do \ 408 $(MAKE) -C $$dir _depend ; done
make: *** /home/swa/u-boot.git/board/matrix-vision/mvsmr/: No such file or directory. Stop.
Well, did you check if there is eally a directory of this name in your source tree? There is none in mine...
Usually error messges mean what they say.
What am I missing ?
The directory /home/swa/u-boot.git/board/matrix-vision/mvsmr/ ?
Best regards,
Wolfgang Denk