Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Qemu User-mode + Cross Compiler

Hi Rafael,

This sounds like a very interesting feature for CDT.
I can't speak about any IP issues or implementation issues until we see the code, but the concept is promising.
I think it would make a great contribution.

Thanks in advance

Marc
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Rafael Peria de Sene [rpsene@xxxxxxxxxxxxxxxxxx]
Sent: January 16, 2015 8:18 AM
To: CDT General developers list.
Subject: [cdt-dev] Qemu User-mode + Cross Compiler

Hello guys,

     Our Eclipse-based product has a plugin which integrates Qemu
user-mode. It allows a developer to run its cross-compiled applications
without the necessity to run an emulator/simulator. Qemu user-mode runs
as a process and leverage the host kernel and syscalls.

     Basically, once you have built your cross-compiled application you
can select Run As > Qemu, set the options and your application will be
executed.

     Here are a article about it:
https://www.ibm.com/developerworks/linux/library/l-c-cpp-applications-linux-on-power/

     Today it is tailored for ppc64/ppc64le, but with few changes can be
generic enough.

     What do you think about it be part of CDT ?


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top