I get this error when I try to compile C program in minix 203 using cc compiler. Minix is run from image using qemu on ubuntu 14.04. Does anyone know what that can mean and what to do to compile it succesfully? Regards, Andrzej
Asked
Active
Viewed 63 times
0
-
Could you paste C source of this? Does it compile with basic "HelloWorld"? – Grzegorz Szpetkowski Nov 16 '14 at 23:20
-
Is your Ubuntu 32-bit or 64-bit? What about the Minix inside qemu? – Zeiss Ikon Nov 16 '14 at 23:22
-
Thanks guys for looking at it, I have solved the problem. The issue was quite simple, the code was waiting for value from function which is returning void. Stupid mistake... – Andrzej Smyk Nov 16 '14 at 23:29