Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Discussion Groups

Discussion Groups | Code-Composer | biosi.a62 error while linking.

Technical discussions about Code Composer Studio.

  

Post a new Thread

biosi.a62 error while linking. - phate84 - Jan 22 8:13:08 2008



after setting by DSP (c6711) bios and launching compile, i receive an
erro during linking:
XXXcfg.cmd, line84: can't find input file "biosi.a62".
I've tryiedto copy the file in the linker folder but is always the
same error...
could someone help me?

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )

BIOS on 55xx stuck in GLB_init - Alex John - Jan 23 8:16:13 2008

I am trying to run a small program using BIOS and a Simulator of 55xx platform (C55xx
Rev3.0 CPU Cycle Accurate Simulator).
 
I tried my tiny program that contains a main() function with a printf and a breakpoint. I also
tried the examples/basic/clk.pjt provided by TI. I changed the RTDX JTAG to simulator.
 
The code compiles and starts running. But it somehow gets stuck inside the function GBL_init.
It spins at the label selfspin. Sort of waiting for some register to change value but it
doesn't change value. It calls _GBL_getVersion there but I don't know if that's the culprit.
 
Other people seem to have had a similar issue (a google search shows that other people had a
program stuck in GBL_init.
 
Any ideas?
Thank you,
 
Alex
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )