On 24/01/18 01:58, xuelin.t...@qkmtech.com wrote:
When I tried to compile and link my application, an error came up,
saying,
../../../../arm-rtems4.11/bin/ld:
myapp.elf section `.unexpected_sections' will not fit in region `UNEXPECTED_SECTIONS'
makefile:50: recipe for target 'myapp.elf' faile
On Tue, Jan 23, 2018 at 9:48 AM, Gedare Bloom
> wrote:
>Your code needs to configure the kernel required resources as needed
>by your application. In this case, the shell is using a pthread key,
>so it should be configuring an extra POSIX_KEY. The mentioned approach
>can fix the problem because it
Dear all,
When I tried to compile and link my application, an error came up, saying,
../../../../arm-rtems4.11/bin/ld: myapp.elf section `.unexpected_sections' will
not fit in region `UNEXPECTED_SECTIONS'
makefile:50: recipe for target 'myapp.elf' failed
../../../../arm-rtems4.11/bin/ld: region
Hello Ben,
On Tue, Jan 23, 2018 at 3:13 AM, bin.w...@qkmtech.com
wrote:
> hi everyone:
>
> i use the shell , but i get the error print as follows:
>
> "pthread_setspecific(shell_current_env_key)"
>
> so i search this problem, and find someone has asked this question before,
> somebody replied as
hi everyone:
i use the shell , but i get the error print as follows:
"pthread_setspecific(shell_current_env_key)"
so i search this problem, and find someone has asked this question before,
somebody replied as "add the two defines"
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNIFIED