Author Topic: Newbie: 'Can't read file's timestamp ...  (Read 6418 times)

Offline drnicolas

  • Multiple posting newcomer
  • *
  • Posts: 11
Newbie: 'Can't read file's timestamp ...
« on: February 19, 2011, 03:32:35 pm »
 :( I am pretty new to codeblocks.
At the moment, I am trying to convert a prject formerly developed with Eclipse.

At first, I created a new project and saved this in C:\temp

The I added a several source files to the project and clicked "build". All source files are somewhere on the network.

Instead of my WinAVR works as desired, I get some error messages saying that "Can't read file's timestamp ..."

I also cannot open the source-files by double-clicking them. There comes an error message saying can't load file C:\temp\and_then_the_complete_network_path_for_each_source_file

Putting the whole project right into the directory of the source files seems not to be the right way, as I have a number of files residing on other network paths.

What can I do?
I read something about manually editing the project-file, but this is not very comfortably.


Greetings nico
Computer Windows7 in a domain-environment
Codeblocks 10.05

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7789
    • My Best Post
Re: Newbie: 'Can't read file's timestamp ...
« Reply #1 on: February 19, 2011, 05:37:17 pm »
Guessing windows user. OS Version unknown?
Did you map the network drive to a drive letter?
If not, try it.


Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline drnicolas

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Newbie: 'Can't read file's timestamp ...
« Reply #2 on: February 19, 2011, 06:00:20 pm »
Yes, it's Windows XP.
And NO, the network path is NOT mapped to a drive letter.

Mapping the path to a letter would be very uncomfortable as ALL paths inside the source files must be changed

 :(
Computer Windows7 in a domain-environment
Codeblocks 10.05

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Newbie: 'Can't read file's timestamp ...
« Reply #3 on: February 19, 2011, 07:04:27 pm »
Mapping the path to a letter would be very uncomfortable as ALL paths inside the source files must be changed

 :(

Why ?
If the paths are still valid it should not be a problem, it's just C::B (or more exactly wxWidgets) and probably the compiler that need the drive-letters, the compiled sources should not have this problem (if they work now).