Search Results

Search: Posts Made By: sujith4u87
Forum: Programming 05-19-2010
9,772
Posted By sujith4u87
undefined reference to pthread_create
I try to compile a sample c code in fedora eclipse 3.2 as managed makefile using pthread library,it shows some error on pthread functions.Error is of undefined reference to pthread.Anybody guide me...
1,462
Posted By sujith4u87
benchmarking application
Where i get a open source benchmark program using pthread library for benchmarking our multicore system for the first stage.I need the source code too for that application ,because in later stage we...
Forum: Fedora 04-09-2010
2,560
Posted By sujith4u87
gcc arm compiler
think only compile is required I wish to compile a sample code

int main()
{
int a=5,b=8,c;
c=a+b;
}

compile using gcc -Wall -g -march=arm922t main.c -o hello
I got an...
Forum: Red Hat 04-09-2010
7,104
Posted By sujith4u87
Thanks But i am very new to linux and its...
Thanks
But i am very new to linux and its repos,only of few days experience.I cannot follow the rectification that shown above.Please make it simple so that a beginner can understand.
Forum: Red Hat 04-08-2010
7,104
Posted By sujith4u87
installing the gcc cross compiler
While i try to install the gcc cross compiler using following commands in fedora 6

commands
cd /etc/yum.repos.d/
# wget http://fedora-arm.wantstofly.org/cross/cross.repo
# yum install...
2,606
Posted By sujith4u87
gcc arm compiler
I want to find the ARM assembly language for my sample C code using gcc .I had gcc compiler ,whether it is enough for it or i need to download gcc arm cross compiler.If necessary ,how it configured?I...
Forum: Programming 04-06-2010
2,385
Posted By sujith4u87
gcc compiler
Which gcc compiler release had the Arm 9 multicore support?Whether the compiler that used for the single Arm 9 core can be used for its multicore systems ?


If gcc not support,please tell me...
2,759
Posted By sujith4u87
pthread
I am so confused about the user threads and kernel threads.Suppose I created a thread using pthread create call in Linux ,whether it will be a user thread or kernel thread.If it user thread,then...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy