Hi Roland,
The application in e31x/applications/fsk_dig_radio_ctrlr is an OpenCPI
Application Specification XML based application (OAS), it is not an
application control interface (ACI) based application that requires
compiling the C/C++ into a executable. An OAS does not need to be built
using `ocpidev build` and if you do use the command it will not generate
any artifacts. To run the application you would use `ocpirun` command line
utility as instructed by the README located in that directory.
`ocpirun -l 8 -d -v -t 60 -PbaudTracking=xilinx19_2_aarch32
fsk_modem_app.xml`
Aaron
On Mon, Oct 16, 2023 at 10:03 AM roland.johnson--- via discuss <
discuss_at_lists.opencpi.org> wrote:
> Hi all,
>
> I’m new to OpenCPI, and I’m progressing through all the material
> relatively well, however I’ve hit a bit of a wall with the
> fsk_dig_radio_ctrlr project.
>
> When I try to generate the outputs in the
> e31x/applications/fsk_dig_radio_ctrlr directory using the command:
>
> ocpidev build --rcc-platform xilinx19_2_aarch32
>
> “target-xilinx19_2_aarch32†does not build, and I get console output
> messages saying:
>
> Xilinx RCC platform is: xilinx19_2_aarch32. Version is: 19_2. Architecture
> is: aarch32
> No application found when looking for: fsk_dig_radio_ctrlr.xml,
> fsk_dig_radio_ctrlr.{cc,cxx,cpp}
> make: Nothing to be done for `all'.
>
> I did manage to get the FSK app to build by going into the Makefile and
> changing all instances of “xilinx_13_3†to “xilinx19_2_aarch32â€, but it
> doesn’t seem to help for fsk_dig_radio_ctrlr.
>
> I’ve successfully run the FSK project in standalone mode on the Ettus E310
> with the “filerw†option, as I was getting problems with the “txrx†option
> (as has been discussed at length on this forum previously), so that seems
> to prove that I’ve built the rest of the opencpi project correctly.
>
> For reference, I’ve been following these guides/tutorials while debugging:
>
>
> https://opencpi.gitlab.io/v2.4.6/docs/osp_e3xx/FSK_App_Getting_Started_Guide_E31x.pdf
> https://opencpi.gitlab.io/v2.4.6/docs/osp_e3xx/FSK_App_E31x.pdf
>
> https://opencpi.gitlab.io/v2.4.6/docs/assets/FSK_App_Getting_Started_Guide.pdf
>
> https://opencpi.gitlab.io/v2.4.6/docs/tutorials/Tutorial_10_App_Development_GUI.pdf2
> https://lists.opencpi.org/empathy/thread/CAX3ZW57D3E4IKKFYREFDPQ6QDYTN6A4
> https://lists.opencpi.org/empathy/thread/22KJV2BFZ4YVAHEOYKLBUMUGW2WB7YJN
>
> Finally, I’m using opencpi version 2.4.6, if useful to know
>
> Many thanks,
> Roland
> _______________________________________________
> discuss mailing list -- discuss_at_lists.opencpi.org
> To unsubscribe send an email to discuss-leave_at_lists.opencpi.org
>
Received on Mon Oct 16 2023 - 15:23:47 CDT