avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Error in Nordic object file


From: Jim Pearce
Subject: [avr-gcc-list] Error in Nordic object file
Date: Sat Jan 27 04:36:04 2001

Thanks Larry, the -c switch did the trick.  For those of you who may be trying 
to use Volker's test cases and make files, you will
need to add this
switch to his make2 file.  For GCCTEST9 to compile successfully you will need 
to edit the io8515.h file to add a definition for
16-bit access to
TCNT1 since he uses the macro __inw_atomic(TCNT1) and the io*.h files only 
define 8-bit access.

I am now trying to use the AVRStudio V3.21 and get the same error that Gunnar 
got earlier: One or More files cannot be found ->
Error in Nordic object
file.

I am using the avr-objcopy program as follows:

avr-objcopy -O avrobj gcctest9.elf gcctest9.obj
avr-objcopy -O srec gcctest9.elf gcctest9.rom
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" -O srec 
gcctest9.elf gcctest9.eep

Does anyone see a problem here or have other suggestions on getting AVRStudio 
to accept the obj file?

Thanks all-- Jim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]