Home away from home
Joined: 2007/9/11 12:31 Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
|
@Walkero Codebench it's too "high level" when it comes to make normal makefiles. It's create unnecesasry stuff in. The only way to create normal makefiles is from scratch, as it always was.
As for my original question i maybe wasn't very clear on. I have old source code with old StormC makefile (already have). And i need that Makefile to convert to GNU makefile and / or to VBCC makefile.
Reasson i need to do that, is that i want to compile the same code not over stormc and it's old 2.95 gcc, but via recent 68k VBCC or latest 68k GCC , so it will spot more bugs and i at least can work as i works always : without any crappy IDE which slow things done, and hide the bugs under the hood :)
But it seems there wasn't such auto-conversion tools done, so i will just made it all manually. And probably the way to go for me is 68k VBCC, as it up2date always. Through code in question have some assembler and c mixed, so that will need some time to deal with.
|