Vasan,
On Mon, Jan 19, 2015 at 01:09:33PM +0530, Vasan wrote:
In the switch.run script, the switch executable is being asked to be made under "server" directory location through this line:
build "core init server/switch"
But the image is getting built from the bin directory through this line
build_boot_image "core init switch"
Since the switch executable is getting generated in server directory, if you change this, then it should be hopefully proceeding ahead.
That's not quite true. The step just declares that the target, i.e. the target.mk file, must be found in any repository declared in the RESPOSITORIES variable under
<repo>/src/server/switch
Please refer to doc/build_system.txt Section "Building targets".
Regards