Hola Roberto,
I managed to compile just today using Fredrik's guide but tweaking some of the flags for the raspi2.
here the summary:
-march=armv7-a
-mtune=cortex-a7
mfpu=neon-vfpv4
so the whole thing looks like this for me:
CC="gcc" CXX="g++" cmake -L -DCMAKE_BUILD_TYPE="Release" -DBUILD_TESTING=OFF -DSSE=OFF -DSSE2=OFF -DSUPERNOVA=OFF -DNOVA_SIMD=ON -DNATIVE=OFF -DSC_ED=OFF -DSC_WII=OFF -DSC_IDE=OFF -DSC_EL=OFF -DCMAKE_C_FLAGS="-march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4" -DCMAKE_CXX_FLAGS="-march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4" ..
I did want QT because i like to ssh and see the server windows and meter so I had to apt-get install: libqt4-dev libqtwebkit-dev
I tested and it is making the windows i want and i am able to boot the server and make sound. I haven't tested a lot, and still have to try out an external usb soundcard, but i don't see why it wouldn't work. Anyway i hope this might help you or anyone with the Raspi2...
gcc version: 4.7.2
using the ccrma-satellite image (based on wheezy)