cancel
Showing results for 
Search instead for 
Did you mean: 

Can't Open Object file

telema
Associate II
Posted on March 11, 2005 at 00:42

Can't Open Object file

3 REPLIES 3
telema
Associate II
Posted on March 03, 2005 at 11:19

Hi,

It seems my linker can not access my object files.

Does anyone know what might be causing this.

Thanks

See linker error below.

Running ST7 linker

clnk -o Debug\oak.st7 -lC:\COSMIC\CXST7\Lib -mDebug\oak.map C:\Oak\Debug\oak.lkf

#error clnk C:\Oak\Debug\oak.lkf:14 can't open file objects\crts.o

#error clnk C:\Oak\Debug\oak.lkf:15 can't open file objects\main.o

#error clnk C:\Oak\Debug\oak.lkf:16 can't open file objects\schedule.o

#error clnk C:\Oak\Debug\oak.lkf:17 can't open file objects\project.o

#error clnk C:\Oak\Debug\oak.lkf:18 can't open file objects\linesync.o

#error clnk C:\Oak\Debug\oak.lkf:19 can't open file objects\event.o

#error clnk C:\Oak\Debug\oak.lkf:20 can't open file objects\clock.o

#error clnk C:\Oak\Debug\oak.lkf:21 can't open file objects\reset.o

#error clnk C:\Oak\Debug\oak.lkf:22 can't open file objects\user.o

#error clnk C:\Oak\Debug\oak.lkf:23 can't open file objects\userdata.o

alok2
Associate II
Posted on March 11, 2005 at 00:42

Make sure that the path is OK and files are not Read-only once compiled. This may occur when using the software-archive tools

I am facing the same problem