![]() |
Perl FRC builder in Linux
1 Attachment(s)
I developed a program for building the robot code in Perl. I know that there is already an actual makefile which makes use of "make," but on my laptop, I have several directories full of code, and thought it would be nice to have one centralized utility to build them.
When you execute the program, it will compile all .c files in the current directory. Installation Instructions: cp ./frcbuild /usr/bin chmod 755 /usr/bin/frcbuild Type "frcbuild" in your code directory to build. Comments/criticism would be greatly appreciated. Code:
#!/usr/bin/perl -w |
Re: Perl FRC builder in Linux
Does this code work on Windows and Linux?
It sounds very cool to me. Have you thought about using PAR to compile it to an executable that is non relient on haveing Perl on the system? or adding a GUI with perl TK? If you haven't I could probably help you out, becuae I have done a bit of stuff with both... |
Re: Perl FRC builder in Linux
Quote:
|
Re: Perl FRC builder in Linux
Quote:
|
Re: Perl FRC builder in Linux
Now this compiles it with using C18?
|
Re: Perl FRC builder in Linux
sounds cool... I might give it a go...
|
| All times are GMT -5. The time now is 02:52. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi