Thanks for the reply Jan.
In your path you have xilinx_scosa, is it some xilinx's board?
My console-config is different, it hasn't console_tbl structure (I
attach it to the mail).
I did not know there was a list of rtems developers, I'm going to ask
that list, thank you very much.
Marco Fu
On 06/09/17 07:16, Till Straumann wrote:
The '?' results from symbols having been defined in sections that have
not linked any
input sections such as
.some_section {
some_section_begin = .;
*(.some_section*);
some_section_end = .;
}
If no '.some_section' is linked then the linker doesn'
For this application (creating a symbol table for cexpsh)
--unresolved-symbols=ignore-all
is not dangerous but exactly what we want: find all symbols that are
exported by the start files
and the linker script.
The '?' results from symbols having been defined in sections that have
not linked an
On 05/09/17 21:42, Jianxun Yan wrote:
Hi,
My application needs to compile linkcmds and create a symbols file.
Here are how I did.
$ arm-rtems4.11-g++
-B/home/yanjx/workspace/rtems411/arm-rtems4.11/altcycv_devkit/lib/
-specs bsp_specs -qrtems -Wall -O2 -g -march=armv7-a -mthumb -mfpu=vfp
-
Seems to fail in the same place. Log attached.
On Tue, Sep 5, 2017 at 3:47 PM, Jacob Saina wrote:
> I think my problem was forgetting the --no-download flag. I accidentally
> set my VM up with 1 core, so I will report back in about an hour...
>
> On Tue, Sep 5, 2017 at 2:51 PM, Joel Sherrill wr
All,
I'm trying to get up to speed with RTEMS, along with an application framework
(cFS) running on RTEMS, and I am having some difficulty. I am able to get
RTEMs compiled just fine with an i386 bsp, and was able to run a test
application in a virtual machine, so that worked great. The applic
I think my problem was forgetting the --no-download flag. I accidentally
set my VM up with 1 core, so I will report back in about an hour...
On Tue, Sep 5, 2017 at 2:51 PM, Joel Sherrill wrote:
>
>
> On Tue, Sep 5, 2017 at 1:41 PM, Jacob Saina
> wrote:
>
>> Hi Chris,
>>
>> I checked out "4.11"
Hi,
My application needs to compile linkcmds and create a symbols file. Here
are how I did.
$ arm-rtems4.11-g++
-B/home/yanjx/workspace/rtems411/arm-rtems4.11/altcycv_devkit/lib/
-specs bsp_specs -qrtems -Wall -O2 -g -march=armv7-a -mthumb -mfpu=vfp
-mfloat-abi=softfp -mtune=cortex-a9 -I. -
On Tue, Sep 5, 2017 at 1:41 PM, Jacob Saina wrote:
> Hi Chris,
>
> I checked out "4.11" from the git repository, and did the following with
> Internet:
>
> ~/workspace/rsb/rtems$ ../source-builder/sb-set-builder --dry-run
> --with-download --without-error-report --without-release-url
> --prefix=/
Hi Chris,
I checked out "4.11" from the git repository, and did the following with
Internet:
~/workspace/rsb/rtems$ ../source-builder/sb-set-builder --dry-run
--with-download --without-error-report --without-release-url
--prefix=/home/jsaina/rtems/4.11 4.11/rtems-arm
Then I disconnected my netwo
Thanks for the input Chris!
I have no idea on rtems-libbsd. My RTEMS experience is limited for now. The
original idea was to have ethercat running on a LEON3 by Gaisler. Another
partner is developing the ethernet driver for that and I will have to
consult with him.
For now I read on how the build
11 matches
Mail list logo