Hello,Here is a script which gets you up and running with compiling the entire flickernoise software from a freshly installed Ubuntu 13.10
It takes care of the dependencies (Ubuntu packages needed) and compiles successfully everything (RTEMS, flickernoise and dependencies)
just chmod +x and run the script and you are good to go :)The script follows basically what is in the README.html, except it's easier to just run the script rather than digging into the HTML page, it just works. One issue specific to Ubuntu 13.10 was that gcc-4.5.4 was not compiling anymore due to texinfo >= 5 (included in newer Ubuntu) generating errors about @item/@itemx items in gcc's documentation where it used to generate warnings in the past ;) Thank you, GNU people, for breaking your very own software (texinfo is a gnu project) =)
This patch is now commited into scripts.git thanks to Xiangfu! This script could be helpful somewhere, maybe on the wiki page. Cheers!PS: many thanks to Alain Pochard who gave me the motivation to work on the Ubuntu 13.10 situation.
-- Yann Sionneau
compile_ubuntu_13.10.sh
Description: Bourne shell script
_______________________________________________ Devel mailing list [email protected] https://ssl.serverraum.org/lists/listinfo/devel
