Building on Ubuntu Desktop
When trying to build the latest source on Ubuntu 13.04, I've found a couple of issues :-
The xap-flash Makefile has a line :-
install -m 444 *.{swf,png,jpg,xml} $(INSTALL_DIR)/usr/share/flash
install -m 444 *.swf $(INSTALL_DIR)/usr/share/flash
install -m 444 *.png $(INSTALL_DIR)/usr/share/flash
install -m 444 *.jpg $(INSTALL_DIR)/usr/share/flash
install -m 444 *.xml $(INSTALL_DIR)/usr/share/flash
NOTE: The next time you sync with the repository you will get a conflict.
$ sudo make
No root user on Ubuntu - yeah well I don't consider Ubuntu a real OS either ;)
if you "svn update" you'll pick up the changes I committed - its only the part that needs to run as root that will be wart for you now.
PS: I do all my develop on CentOS 5.5 - its getting a little old now.
Brett
[ is a standard command. Its an alias for "test" effectively. Its a another standard linux command without it things are going to die badly.
[root@wombat brett]# ls -l /usr/bin/[
-rwxr-xr-x 1 root root 32296 Mar 1 2010 /usr/bin/[
[root@wombat brett]#
There is nothing wrong... Its Ubuntu that is having a hissy fit. Is that again or still :)
Debian is Ubuntu without all the marketing... it will also give you grief.
RedHat (Commerical) - CentOS (free distro of RedHat) - Fedora (Redhat public domain).
I tend to use CentOS as I spend all my working life in RedHat.
A nice graph also try googing "linux distribution tree" (images)
http://httwww.kde-look.org/CONTENT/content-files/46315-linux_timeline_po...
Brett
I have bison installed instead of byacc but it should do the same job even though its a different parser generator.
I'll add bison as a dependency to the Building the HAH firmware page.
AVRDUDE was added well after I wrote those setup notes so the fact there is now a missing dependency doesn't suprise me.
Thanks for the feedback glad you figure it out. I was a little suprised that CentOS 6.x failed and you had to downgrade back to 5.x I guess I'll run into this if I ever upgrade my OS !
Brett
Strange because this syntax is perfectly valid. I'll expand it. This is just standand bash syntax thou?
http://tldp.org/LDP/abs/html/globbingref.html