Tool/software: Code Composer Studio
Ran into an issue when building minimal SYS BIOS example. gmake failed because my eclipse workspace had a space in the path name and it couldn't find the full path.
Here's original workspace path: E:\UCI Embedded Systems Classes\EECX X497.34 Real-Time Embedded\CCSworkspace.
During build the kept getting the error below
gmake: E:/UCI: No such file or directory
gmake: *** No rule to make target `E:/UCI'. Stop.
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
Created a workspace pathname with no spaces and the gmake problem went away.
Building code that is not using SYS BIOS with workspace pathname that has spaces is fine the issue appears when building SYS BIOS code.