problem about rvds-Collection of common programming errors
bdonlan
linux shared-libraries arm cross-compiling rvds
I have created a shared library(*.so) using the *.o object code files(C source code) using RVDS compiler on windows Host.I link this shared object with a application(using gcc for arm target on linux host) and obtain a executable, which on running generates segmentation fault.(I know i have to debug it!)Instead of creating shared library, if I create a static library with same source files, and then link with the application, and then execute the application it works fine as expected.So my quest
Web site is in building