Other Parts Discussed in Thread: AM3517
Hi all,
I've been working on building the PDK for my AM3517 project in windows and I've run into some trouble. I've installed the latest CCS as well as downloaded the latest SDK (3.0.0.4 at the time of this post). I've followed the steps outlined here: http://processors.wiki.ti.com/index.php/Rebuilding_The_PDK but haven't been successful in building the complete sdk,
I make it through much of the build without issues but when gmake tries to make the osal directory it throws an error and gmake execution stops. here is the error:
gmake[5]: *** No rule to make target 'cp15.asm', needed by '/ti/PDK_AM~1/packages/ti/binary/ti/osal/osal_nonos/obj/am335x/a8/release/cp15.oa8fg'. Stop.
all of the builds prior to this are successful, and there are no attempts to build any directories after this error.
I'm able to make the example projects but without the complete sdk they fail to build. Having not completed the full sdk generation, I'm not sure if this is a problem, but the setpenv.bat printout shows environment variables IPC_INSTALL_PATH, IMGLIB_INSTALL_PATH, and UIA_INSTALL_PATH that point to non-existent directories. My expectation right now is that the gmake command, if completed successfully, will install files in those directories since I have not found a way to install them manually.
I haven't been able to find anyone else with this problem, and since the CCS install was fresh specifically for this project I can't think of what would be wrong with my build environment.
Does the community have any thoughts?
Best,
Don