Sponsored Content
Top Forums Programming could not open source file "sys/elf_386.h" Post 302441458 by tsaravanan on Saturday 31st of July 2010 02:01:09 AM
Old 07-31-2010
could not open source file "sys/elf_386.h"

Hello All,

i am porting my application from SunSolaris to Linux (RHEL4).
When i compile my c/c++ code i am getting the following errors.

1. catastrophic error: could not open source file "sys/elf_386.h"
#include <sys/elf_386.h>

2. catastrophic error: could not open source file "sys/elf_386.h"
#include <sys/link.h>

3, catastrophic error: could not open source file "demangle.h"
#include <demangle.h>

Please help me to solve these errors?

Thanks in Advance.

~Saravana
 
ELF_END(3)						   BSD Library Functions Manual 						ELF_END(3)

NAME
elf_end -- release an ELF descriptor LIBRARY
ELF Access Library (libelf, -lelf) SYNOPSIS
#include <libelf.h> int elf_end(Elf *elf); DESCRIPTION
Function elf_end() is used to release the resources associated with an ELF descriptor pointed to by argument elf. This descriptor must have been allocated by a previous call to elf_begin(3) or elf_memory(3). For programming convenience, a NULL value is permitted for argument elf. A call to elf_end() decrements the activation count for descriptor elf by one. The resources associated with the descriptor are only released with its activation count goes to zero. Once function elf_end() returns zero, the ELF descriptor elf will no longer be valid and should not be used further. RETURN VALUES
Function elf_end() returns the current value of the ELF descriptor elf's activation count, or zero if argument elf was NULL. SEE ALSO
elf(3), elf_begin(3), elf_memory(3), gelf(3) BSD
June 29, 2006 BSD
All times are GMT -4. The time now is 03:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy