Skip to main content
This topic has been closed for replies.

1 reply

Andrew Neil
Super User
May 1, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
kahlenberg
Associate II
May 2, 2024

It was a different question and this one is another question.

I have two choices:

1) List all header directories of rfal and ndef into CMake as include directories and list all source files as source list in CMake and then compile it. The project will have lots of source files.

2) Build a static library from rfal source code and ndef source code and link it to my nRF application.

My question is about 2.

Thanks.

Andrew Neil
Andrew NeilBest answer
Super User
May 2, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.