Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

eclipse CDT Erreur de format pour exec()

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
philo_neo
Posts: 77
Joined: 2010-06-18 16:48

eclipse CDT Erreur de format pour exec()

#1 Post by philo_neo »

Hi,
I work with Debian 8.6 on Dell workstation 8 cores i386_86_64.
I've to install Eclipse luna x86_64 C++ developper into the repertory /home/phipo/eclipse.
Also if i anderstand i must to install java jre or sdk, i do it !
When i do this command # javac -version
>>> javac 1.7.0_121, i do chmod 755 eclipse !
But when i start eclipse i have this issue : bash: ./eclipse: cannot execute binary file: Erreur de format pour exec()

Some one can help me

Regards
philippe

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: eclipse CDT Erreur de format pour exec()

#2 Post by pylkko »

This error is due to the fact that you are trying to run an x86 64-bit program on 32-bit Debian.

Why are you not using the Eclipse from the repository as that would install the correct architecture?

Post Reply