Anjana,
I am having the same problem you had with gmake although I am using a later package.
C:\ti\pdk_am57xx_1_0_5\packages\ti\boot\sbl>C:\ti\ccsv6\utils\bin\gmake example BOARD=evmAM572x SOC=AM572x
gmake[1]: Entering directory 'C:/ti/pdk_am57xx_1_0_5/packages/ti/boot/sbl'
gmake[1]: *** No rule to make target '/ti/boot/sbl/binary/evmAM572x/example/a15/mpuc0/obj/sbl_multicore_mpu.o', needed by '/ti/boot/sbl/binary/evmAM572x/example/a15/mpuc0/bin/sbl_app.out'. Stop.
gmake[1]: Leaving directory 'C:/ti/pdk_am57xx_1_0_5/packages/ti/boot/sbl'
makefile:73: recipe for target 'example' failed
gmake: *** [example] Error 2
No rule to make target '/ti/boot/sbl/binary/evmAM572x/example --does not exist, have the following
C:\ti\pdk_am57xx_1_0_5\packages\ti\boot\sbl\binary\evmAM572x\mmcsd
I see from your messages that you got your gmake to work but I don't see what you did to get it working in the message.
One issue I saw and fixed in the make file is:
ifndef MAKE
export MAKE = make /* I changed to gmake */
endif
Can you please provide the information.
Thank You in Advance,
Jim Jordan
