• compiler can't see 2 lines
    while debugging, the compiler can't see 2 lines , when I repeated them , It can see them but I want to know if this problem in debugger only or not, I mean do I have to repeat them or not? else...
  • Can't config ARM compile tool
    Hi, I was import Hello World example from Linux_example.zip file (C:\Program Files\DS-5\examples\Linux_example.zip) and coding a short program. When I try to debug the program, I'm confusing about the...
  • Can't compile ASM generated with SRC option
    Hi, I'm trying to compile a library of rom functions for the DS80C400. The Most of the files compile without a problem. The ones I do have difficulties with all have inline assembler. Obviously...
  • Can't compile LPC2148 USB HID Demo
    I'm using the Keil ARM Evalution Software (uV3 v3.51) When I try to compile or assemble the LPC2148 USB HID Example I get the following errors: --- Error: can't execute 'C:\Keil\ARM\BIN\AA' ...
  • Can't get conditional compile to work in .s file
    In Embedded_Files.s I have several INCBIN that then compile in several .bin files. I don't want to include those files unless there is a project-level #define made (either in a file that is global to...