2009/9/15 Patrick Simmons <simmon12 at illinois.edu>:> cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" > -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="X86;PowerPC;CBackend" > /home/renato/llvm-sourcesThanks Patrick, I'll give it a try. At least now I know that it can be done. My previous attempts all ended up in memory depletion during the indexing. ;) I'll check the archives... cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
Renato Golin <rengolin at systemcall.org> writes:>> cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" >> -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="X86;PowerPC;CBackend" >> /home/renato/llvm-sources > > Thanks Patrick, I'll give it a try. > > At least now I know that it can be done. My previous attempts all > ended up in memory depletion during the indexing. ;) > > I'll check the archives...This can be useful too: http://www.llvm.org/docs/CMake.html -- Óscar
On 2009-09-15 12:22, Renato Golin wrote:> 2009/9/15 Patrick Simmons <simmon12 at illinois.edu>: > >> cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" >> -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="X86;PowerPC;CBackend" >> /home/renato/llvm-sources >> > > Thanks Patrick, I'll give it a try. > > At least now I know that it can be done. My previous attempts all > ended up in memory depletion during the indexing. ;) >Maybe you were hitting this bug? https://bugs.eclipse.org/bugs/show_bug.cgi?id=253050 Are you using a new enough CDT that has the fix? Best regards, --Edwin
2009/9/15 Török Edwin <edwintorok at gmail.com>:> Maybe you were hitting this bug? > https://bugs.eclipse.org/bugs/show_bug.cgi?id=253050hum... that sounds familiar... ;)> Are you using a new enough CDT that has the fix?I wasn't (3.2) but now I am (galileo), will give it another try. thanks! --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm