
24 Jan
2009
24 Jan
'09
2:54 a.m.
Hello
2009/1/24 Amandeep Bhullar abhullar@techlinkentertainment.com:
I was reading the README and it talks about configuring a large number of options. Where do I define these options? In which file?
if i just give the command $ make arm926ejs_config if comes with a message make: *** No rule to make target 'arm926ejs_config'. Stop.
That's correct, 'make' is unable to find such target. You must specify the target corresponding to your board, for example "make davinci_dvevm_config", i.e. prefix preceding '_config' normally indicate a platform's name.
--
Roman Mashak