certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] CERTI-3.4.0 & Fedora 17 (x86_64)


From: Eric Noulard
Subject: Re: [certi-dev] CERTI-3.4.0 & Fedora 17 (x86_64)
Date: Thu, 21 Jun 2012 13:38:50 +0200

2012/6/21 REGUEIRO Jon <address@hidden>:
> Hi,
>
> I am trying to run CERTI-3.4.0 in Fedora 17 (3.3.4-5.fc17.x86_64)... I have
> just started using CERTI on Fedora17, so sorry if my questions sound quite
> basic.
>
> I have reveived this error while trying to make CERTI... I don't know if it
> is a problem related to the system architecture or a differente kind of
> issue. It seems that "tlsf_target.o" is not readable by the system.
>
> Here you are a screenshot...

This should have been fixed in CERTI CVS HEAD.
If you cannot use CVS HEAD then you may patch

CERTI/libHLA/CMakeLists.txt

by replacing:
IF (NOT WIN32)
SET(LIBHLA_ALLOC_SRCS tlsf.c tlsf.h tlsf_target.h)
LIST(APPEND LIBHLA_EXPORTED_INCLUDES tlsf.h)
set_source_files_properties(tlsf.c tlsf.h tlsf_target.h PROPERTIES LANGUAGE "C")
set_source_files_properties(tlsf.c tlsf.h tlsf_target.h PROPERTIES
CFLAGS "-Wextra -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wno-long-long -Wstrict-aliasing=2")
SOURCE_GROUP("Source Files\\Alloc" FILES ${LIBHLA_ALLOC_SRCS})
ENDIF (NOT WIN32)

by:

# Currently TLSF does not compile as-is on WIN32
IF (NOT WIN32)
  SET(LIBHLA_ALLOC_SRCS tlsf.c tlsf_target.h)
  LIST(APPEND LIBHLA_EXPORTED_INCLUDES tlsf.h)
  set_source_files_properties(tlsf.c PROPERTIES LANGUAGE "C")
  set_source_files_properties(tlsf.c PROPERTIES CFLAGS "-Wextra -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -Wstrict-aliasing=2")
  SOURCE_GROUP("Source Files\\Alloc" FILES ${LIBHLA_ALLOC_SRCS} tlsf.h)
ENDIF (NOT WIN32)
-- 
Erk
Le gouvernement représentatif n'est pas la démocratie --
http://www.le-message.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]