PX4 on x86 target

Hi, Does any one have any experience with compiling and running PX4 on a x86 target plaform?
Any recommendation on what to look out for if one decides to venture on such an adventure?
thanks…

Start with SITL and add real drivers? SITL is building all the same code and producing an x86 binary. It just includes extra drivers for simulation.

make posix_sitl_default jmavsim

Thanks… will try this…