Minor Incosistencies in generated DAVE Code

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User19222
Level 1
Level 1
Dear XMC Dave-Development Team,
Dear Jesus,

I am using the generated code from DAVE, to compile it on my local Linux machine.

The gcc version in Linux is nitpicky about lowercase and uppercase in header naming,
therefor I would like to ask you if it's possible to fix following:

In "ETH_LWIP/eth_lwip.h" there is the include:
#include 

but the file is named
DAVE_Common.h
(Uppercase C)

The same in is in the file "ADC_MEASUREMENT/adc_measurement.h"
#include "ADC_MEASUREMENT_Extern.h"

but the file is named
adc_measurement_extern.h
(all lowercase, instead like in the include)

As far as I remember, there are more spots, with a "" inclusion.

Would it be possible to Fix those in the upcoming DAVE-Library update ?

Best Regards,
Jakov
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

We are working on it.

Regards,
Jesus
0 Likes