View Single Post
  #44 (permalink)  
Old 28th Feb 2009, 2:48 pm
knob's Avatar
knob knob is offline
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

The problem is just only with Startup.c , the compiler can't open or find the file, there is not much in the Startup.c could be worth trying to recreate it..
Compiled Startup.c ok.. now have Startup.obj.
Quote:
C51 COMPILER V8.12 STARTUP 02/28/2009 23:01:30 PAGE 1


C51 COMPILER V8.12, COMPILATION OF MODULE STARTUP
OBJECT MODULE PLACED IN Startup.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE Game\Startup.c BROWSE DEBUG OBJECTEXTEND PRINT(.\Startup.lst) OBJECT(Startu
-p.obj)

line level source

1 /************************************************** *************************
2 File Name:
3 Startup.c
4 Description:
5 Snake game start up display
6 Author:
7 Kevin
8 Date:
9 2006-11-22
10 ************************************************** *************************/
11


MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = ---- ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
Now Snake.c has lots of syntax errors, need to check the code in Snake.c
btw removed the readonly attribute on all the cource files, I think it was causing the file not open problem!
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote