Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re: [cdt-dev] Problem in CDT headless build on Linux 64 bit

Title: Samsung Enterprise Portal mySingle

Thanks a lot James,

 

Probably I knew this limitation of Eclipse earlier also but forgot.


Thanks and regards,
Sanjay Gupta

 

 



------- Original Message -------
Sender : James Blackburn<jamesblackburn@xxxxxxxxx>
Date : Jul 13, 2010 19:55 (GMT+09:00)
Title : Re: [cdt-dev] Problem in CDT headless build on Linux 64 bit

Eclipse won't let you import that project location into the workspace (-data area) you've specified.

It looks like you've made the workspace a directory contained in the project. Instead try:
mkdir /tmp/temp-workspace
eclipse -data /tmp/temp-workspace ....

Cheers,
James

On 13 July 2010 07:16, SANJAY GUPTA <gupta.sanjay@xxxxxxxxxxx> wrote:

Hi All,

I am facing a problem in building a C/C++ project headlessly on a 64 Bit Ubuntu PC while its working fine on a 32 bit Linux PC.

I am doing this way :-

$./eclipse -nosplash -data temp-workspace -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import /home/crc/crc3

The error it gives:
URI: file:/home/crc/crc3/ is not valid in the workspace!

And after that JVM is crashed with below message:


I tried a lot to search for the possible problem and its solution on Internet but no help. Can anybody plz help why the error occuring on 64 bit Linux?

Thanks and regards,
Sanjay Gupta



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top