GNU make / DJGPP make difference? (Developers)
> I found the reason. Unbelievable. Anything worked, but make. After copying,
> deleting and renaming my folder everything worked. Guess somehow I trashed
> a part of my filesystem.
Well, FAT is not exactly immune to corruption. DOSFSCK is your friend. Anyways, two other notes I forgot to mention:
FreeDOS Edit? It's not a bad editor, but it has a 64k filesize limit, which is kinda lame, IMO, but whatever. Of course, it's got a nice UI, so I guess it's still somewhat usable. (Heck, some people would say your sources shouldn't exceed 64k just for maintenance reasons.)
Also, since you said you're working on pure FreeDOS, don't forget that FAT can only store times in limited format: e.g. the seconds field only records every other second. So, you'll always have 01:05:02pm and never 01:05:03pm. So on a moderately fast machine (e.g. CWS's 550 Mhz P3 running super-fast Borland C), sometimes you can have problems rebuilding small projects. Not a huge issue, just a little quirk to be aware of.
Complete thread:
- GNU make / DJGPP make difference? - mr, 30.08.2008, 19:01 (Developers)
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 00:38
- GNU make / DJGPP make difference? - mr, 31.08.2008, 02:04
- GNU make / DJGPP make difference? - marcov, 01.09.2008, 11:44
- GNU make / DJGPP make difference? - mr, 31.08.2008, 02:07
- GNU make / DJGPP make difference? - Laaca, 31.08.2008, 09:55
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 20:40
- GNU make / DJGPP make difference? - Rugxulo, 02.09.2008, 04:50
- GNU make / DJGPP make difference? - mr, 02.09.2008, 14:40
- GNU make / DJGPP make difference? - Rugxulo, 02.09.2008, 22:49
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 00:38