언어 설정

Menu
Sites
Language
Memory access [NSU]

int main(int argc, char* argv[]) {

}

0xb6fcfb40 in ?? () from C:\tizen-sdk\platforms\tizen-2.4\mobile\rootstraps\mobile-2.4-device.core/lib/ld-linux.so.3
Cannot access memory at address 0x0
The target endianness is set automatically (currently little endian)
warning: .dynamic section for "C:\tizen-sdk\platforms\tizen-2.4\mobile\rootstraps\mobile-2.4-device.core/lib/libz.so.1" is not at the expected address (wrong library or version mismatch?)
warning: Could not load shared library symbols for 115 libraries, e.g. /usr/lib/libsys-assert.so.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
warning: Could not load shared library symbols for /usr/lib/libCOREGL.so.
Do you need "set solib-search-path" or "set sysroot"?

Temporary breakpoint 1, main (argc=0, argv=0x0)

 

No source available for "(gdb[6].proc[29980].threadGroup[i1],gdb[6].proc[29980].OSthread[1]).thread[1].frame[0]" 

 

How do i fix this?

Responses

2 댓글
Nafisul Islam Kiron

Looks like the files are not found or accessible from the path mentioned.

Please check if the mentioned files (ld-linux.so.3, libz.so.1, libsys-assert.so, libCOREGL.so) are available in the path mentioned.

Syed Rishad

Does it mean a library missing?