cvra / pid

A PID controller implementation
68 stars 27 forks source link

Switched to CVRA Build System (don't merge just yet) #11

Closed pierluca closed 10 years ago

pierluca commented 10 years ago

The build partially fails until the pull request in the platform-abstraction repository gets merged.


Two-file system.

make.sh [debug|release] makes the "project". in this case, the test of the library

cvraModuleMake.sh contains the dependencies of the library in a simple format. In this case: platform-abstraction

For each build configuration, two variables are expected: CFGNAME= ( file.c header.h ) CFGNAME_linklibs = ( lib_we_need )

By default, I suggest: x86 for linux-based software embedded for the uC/OS-III version tests for the test-only compilation

antoinealb commented 10 years ago

Closed as discussed tonight.