As reported in other recent posts, I am doing a native built with T2 on my Raspberry Pi3.
I am building the same selection of packages as for my Quirky April 7.x x86 build, back in 2015. Had to do some awful hacks in stages 0 and 1, but once T2 hit stage-2, no problems, for the last day or so, package after package compiling, no problem. However, just hit one failure. audio/libmad failed. I configured T2 for "cortex-a8" CPU and enabled thumb instructions. However, compiling libmad got this: Error: selected processor does not support Thumb mode `rsc ip,ip,#0' So I stuck these lines into libmad.conf: var_remove GCC_WRAPPER_INSERT " " "-mthumb" var_remove GCC_WRAPPER_INSERT " " "-mthumb-interwork" Then libmad compiled. Rene, if you can fix libmad.conf upstream if you want to. Regards, Barry Kauler ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
