Re: 'UNEXPECTED_SECTIONS' error

2018-01-23 Thread Sebastian Huber
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

Re: shell error

2018-01-23 Thread bin.w...@qkmtech.com
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

'UNEXPECTED_SECTIONS' error

2018-01-23 Thread xuelin.t...@qkmtech.com
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

Re: shell error

2018-01-23 Thread Gedare Bloom
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

shell error

2018-01-23 Thread bin.w...@qkmtech.com
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