- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to execute a script before building a project?
I've tried modifying the build command a couple different ways but nothing seems to work: perl version.pl; make -j perl ${workspace_loc://gsi_fw}\version.pl; make -j perl ${PWD}\version.pl; make -j bash "perl /cygdrive/c/projects/GSI/system/gsi_proc/software/gsi_fw/version.pl"; make -j all I keep getting 'No such file or directory' perl C:\projects\GSI\system\gsi_proc\software\gsi_fw\version.pl; make -j all Can't open perl script "C:\projects\GSI\system\gsi_proc\software\gsi_fw\version.pl;": No such file or directory ThanksLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NM I figured it out.
bash ${workspace_loc://gsi_fw}\custom_build.sh
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page