hi all,
i want to check with all of you if I can use the list object for analog or digital files?
I remember "list object" command can be used for board.o and board_xy.o.
thanks for help. cheers...
i want to check with all of you if I can use the list object for analog or digital files?
I remember "list object" command can be used for board.o and board_xy.o.
thanks for help. cheers...
its not really that useful to list the object file of analog or digital - both test format should have a source code that can be read.
But you can use the command compile "digital/u94" ; list for example and this will create a .l file that you can read that contains compilation summary if you are encountering errors during compilation.
list object is used only on those files that have .o files, like wirelist or fixture. This command creates a source code.
board file is only in text format, so you will have board and board.o
hope that helps