Hi Daniel, Thanks for the solution..
i have two more questions regarding using the maker..
My make was successful. But when i observed the map file and compared it with the one generated by the IDE, i see in the FILE section in the map file that the order of compilation of files by the ide and the make are different. And this results in completely different s19 files.
Even when i tried to enter the file order in the make file like it is by the IDE map file, i run into a problem that the object files from the ANSI library are placed as the last in the FILE section in the make map file whereas they come somewhere in the middle in the IDE map file.
Is there a way to get exactly the same s19 files IDE and make ?
Also i see that in the S19 file generated by the ide, the first line which is a S0 record contains a ASCII string which when i decoded was a string that stored the complete path of my .ABS file like C:\Project\Test\Test.ABS whereas in the make generated S19 file it was just the name of the .ABS file.
How to prevent the ide from including the complete path of the .ABS file in the S19 file ?
Thanks,
Saravana