![]() |
2010-08-17
, 11:16
|
|
Posts: 466 |
Thanked: 180 times |
Joined on Feb 2010
|
#72
|
![]() |
2010-08-17
, 11:20
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#73
|
checking whether the C compiler works... configure: error: cannot run C compiled programs.
Don't do this from within you MyDocs folder.
It is on a partitition which is formatted as VFAT
and you can not run executables from there.
Put your ipmitool-1.8.11 to
/home/user/
for example and try again.
Nicolai
![]() |
2010-08-17
, 11:45
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#74
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-08-17
, 11:49
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#75
|
I must admit, I don't know if the whole configure stage work.
I am working with plain old hand written Makefiles.
Nicolai
The Following User Says Thank You to lcuk For This Useful Post: | ||
![]() |
2010-08-17
, 12:03
|
Posts: 10 |
Thanked: 3 times |
Joined on Jul 2010
@ belgium
|
#76
|
The Following User Says Thank You to wannessmet For This Useful Post: | ||
![]() |
2011-01-08
, 14:02
|
|
Posts: 149 |
Thanked: 217 times |
Joined on Jul 2010
@ Yerevan
|
#77
|
The Following User Says Thank You to norayr For This Useful Post: | ||
![]() |
2011-07-08
, 16:22
|
Posts: 7 |
Thanked: 2 times |
Joined on Apr 2010
@ Delhi
|
#78
|
Note: to save the files click ESC and shift+: and wq! .so that your c program will be saved.#inlcude <stdio.h>
main()
{
Printf(“M. Reddi Prasad Reddy,IP University,Delhi”);
}
The Following User Says Thank You to virusforu For This Useful Post: | ||
![]() |
2011-07-08
, 17:09
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#79
|
~/MyDocs/files $ vi hellowrold.c //create a c program by using vi editor
Note : for entering any letter you should press “I” to enter in to insert modeNote: to save the files click ESC and shift+: and wq! .so that your c program will be saved.#inlcude <stdio.h>
main()
{
Printf(“M. Reddi Prasad Reddy,IP University,Delhi”);
}
~/MyDocs/files $ gcc-4.2 hello.c // gcc compiler will compile your c program
~/MyDocs/files $ ls // you will find the output file
a.out hello.c
~/MyDocs/files $ sudo gainroot //shell root will be enabled
~home/usr/MyDocs/files # cp a.out /usr/bin // to see the output you should copy this outputfile to bin folder
~/usr/bin # chmod +x a.out // change the permissions
~/usr/bin # ./a.out
The Following 2 Users Say Thank You to Joorin For This Useful Post: | ||
![]() |
2011-07-08
, 18:05
|
Posts: 7 |
Thanked: 2 times |
Joined on Apr 2010
@ Delhi
|
#80
|
![]() |
Tags |
c compiler, c language, c programming, c++ compiler, c++ language, c++ programming, compile, compiler, development, maemo, on-device, on-device development, on-device programming, programming |
Thread Tools | |
|
Yes, you did not read everything I said.
If you investigate the error itself there is potential to get past it.
liqbase sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk