Hi, I'm trying to build a DSP/BIOS project. I include bios.a54 for the bios stuff. I understand this file as being a sort of library, but Code Composer trys to assemble it and gets stuck in a loop somewhere. Code Composer has it in the list of source files and not in the list of library files. But I can't get it to change that. Can anyone tell me what I'm doing wrong? Thanks, Martin. |
|
Bug in Code Composer Studio
Started by ●March 14, 2001
Reply by ●March 15, 20012001-03-15
Hi Tony, thanks for your reply. My problem is exactly that I'm using the new linker. When I changed my project over to the new linker and created the recipe file, the View for setting linker options disappeared! So it's not possible to supply a path to the bios.a54 library. It needs to be included in the list of libraries in the Project View. But Code Composer will not allow me to do that. It insists on putting it into the list of source files. And when the assembler comes along and tries to do something with it, it -the assembler -gets itself into knots and I have to kill it with the Task Manager. I think this definitely has to be a bug. By the way do you know what the bios.a54f is for? Cheers, Martin. |
Reply by ●March 15, 20012001-03-15
Martin, I understand your problem. I had some trouble using that visual linker too, so I reverted to using the standard linker. I do recall, however, that I was able (after a lot of grief) to get a project to build using the visual linker. I am leaving for a ski trip this weekend, but when I get back, I will open that project and see what I did. Perhaps by then someone else in the group will answer your question. Keep me informed. Tony ----- Original Message ----- From: Martin Collins <> To: <> Sent: Thursday, March 15, 2001 1:45 AM Subject: Re: [c54x] Bug in Code Composer Studio > Hi Tony, > > thanks for your reply. My problem is exactly that I'm using the new linker. > When I changed my project over to the new linker and created the recipe > file, the > View for setting linker options disappeared! So it's not possible to supply > a path > to the bios.a54 library. It needs to be included in the list of libraries in > the Project View. > But Code Composer will not allow me to do that. It insists on putting it > into the > list of source files. And when the assembler comes along and tries to do > something with > it, it -the assembler -gets itself into knots and I have to kill it with the > Task Manager. > I think this definitely has to be a bug. > > By the way do you know what the bios.a54f is for? > > Cheers, > > Martin. > _____________________________________ > Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. > > _____________________________________ > About this discussion group: > > To Join: Send an email to > > To Post: Send an email to > > To Leave: Send an email to > > Archives: http://www.yahoogroups.com/group/c54x > > Other Groups: http://www.dsprelated.com > ">http://docs.yahoo.com/info/terms/ > |