My program is very simple
#include <stdio.h>
main() {
printf("Hello World");
}
main() {
printf("Hello World");
}
Here is the error message:
KC03G80:/u/kc03g80: >gcc -o test test.c
gcc: FSUM7351 not found
KC03G80:/u/kc03g80: >c89 -o test test.c
CCN0634(U) Unable to load CCNEP. Compilation terminated.
FSUM3065 The COMPILE step ended with return code 64.
FSUM3017 Could not compile test.c. Correct the errors and try again.
KC03G80:/u/kc03g80: >
gcc: FSUM7351 not found
KC03G80:/u/kc03g80: >c89 -o test test.c
CCN0634(U) Unable to load CCNEP. Compilation terminated.
FSUM3065 The COMPILE step ended with return code 64.
FSUM3017 Could not compile test.c. Correct the errors and try again.
KC03G80:/u/kc03g80: >
So what is this error? Any idea? Thanks in advance.
The tutorial I followed is here http://www.ibmpressbooks.com/articles/a ... 1&seqNum=4