RE: How to change UARTs RTEMS

2017-09-05 Thread mfg
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

Re: linkcmds symbol file with unknown symbol type '?'

2017-09-05 Thread Sebastian Huber
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'

Re: linkcmds symbol file with unknown symbol type '?'

2017-09-05 Thread Till Straumann
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

Re: linkcmds symbol file with unknown symbol type '?'

2017-09-05 Thread Sebastian Huber
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 -

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
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

gethostid in RTEMS 4.11

2017-09-05 Thread Brewster, Paul F. (LARC-D207)
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

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
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"

linkcmds symbol file with unknown symbol type '?'

2017-09-05 Thread Jianxun Yan
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. -

Re: Compiling Without Internet

2017-09-05 Thread Joel Sherrill
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=/

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
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

Re: EtherCAT SOEM - RTEMS Integration

2017-09-05 Thread Nikolaos Tsiogkas
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