2020-04-04 03:23 AM
Hi!
I am trying to compile a project from several files in Eclipse.
Function print_hello() defined in another file N222.
Resulting error: undefined reference to `print_hello '
What am I doing wrong?
regards
Alexander
2020-04-08 05:23 PM
Indeed it looks like the file "222N.c" is not compiled at all.
Try to refresh the project, clean and rebuild.
If this won't help, ask your instructor to help (it is a student project?)
-- pa