• armlink stuck in armcc
    Hi I want to use armcc to pre-process my scatter file: #! armcc -E ... but armlink gets stuck. If I kill armcc.exe armlink returns an error that armcc terminated (because of killing). Any idea?
  • lpc2478 and uclinux compile
    Hi, I'm Fairuz, a student that are working on a project that involves LPC2478 microcontrollers (ARM7TDMI processor). Since i'm new to the world of embedded linux, compiling kernel and stuff, I've look...
  • Problem with Uart1 - uClinux
    Hi, after successfully boot, I start to write some app on my uClinux 2.6.x on LPC2468. My application must communicate with some device on ttyS1 which is second serial port on LPC. But when I open...
  • Armlink and mkaefile
    Dear All: Can anybody explain the meaning of 'anon$$obj.o' file. How it will be used in memory map file? Regards, JackSmith
  • ARMLINK PROBLEM ?
    Hi,everybody! I have a armlink question! in my project:I set R/W BASE to 0x00080000,R/O BASE to 0x00000000 in the eval mode.and my code as following: AREA Word, CODE, READONLY EXPORT...