[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Compile library program code into an overlay section
From: |
jaiphen.hsiung |
Subject: |
[avr-gcc-list] Compile library program code into an overlay section |
Date: |
Mon, 18 Jul 2005 10:35:45 +0800 |
Hi,
I am trying to write a program with a overlay section and hiding my
program code from my customer, so I use avr-ar and avr-ranlib to
generate a *.a library file. However, as I use this library to compile a
program, I found that the function in the library has been put into
.text (fixed location) instead of the overlay section. Is there any ways
to to put those library function code into the overlay section instead?
Thanks!
Jaiphen
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-gcc-list] Compile library program code into an overlay section,
jaiphen.hsiung <=