/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Missing file stm32l1xx.h from Circle-OS-4.2?

Username:     
Password:     
             

Forum
  • Index
  •  » circleOS
  •  » Missing file stm32l1xx.h from Circle-OS-4.2?

# 1   2011-10-04 05:12:53 Missing file stm32l1xx.h from Circle-OS-4.2?

JamesSt
New member
Registered: 2010-01-17
Posts: 9

Missing file stm32l1xx.h from Circle-OS-4.2?

Hi,

I have currently got an older version of CircleOS being built with GCC on Linux.  I wrote a Makefile and have customised the OS considerably for a purpose built application that started life on a Primer2.

We've experienced a few problems with the SD card and filesystem interface.  I see there are many changes to files like dosfs.c, and the entire layout of CircleOS directories.

I'm attempting to build 4.2 with GCC on Linux now, and the compiler is asking for a file.

In file included from OS/Hardware/STM32/src/dosfs.c:63:
./OS/Hardware/OPEN4/STM32/STM32L/inc/circle_platform.h:19:23: error: stm32l1xx.h: No such file or directory

`find . -name stm32l1xx.h` yields nothing.

Where can I get this file?

Regards,
James.

Offline

 

# 2   2011-10-10 07:12:46 Missing file stm32l1xx.h from Circle-OS-4.2?

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Missing file stm32l1xx.h from Circle-OS-4.2?

Hi,

Do you always work on Primer2 platform ?
Because the "circle_platform" you are including is corresponding on the STM32L EvoPrimer platform, which include the ST librayr file "stm32l1xx.h".
Be careful, the directories to include into your project is depending on your target board (Primer1 or 2, EvoPrimer STM32E, STM32C, STM32L...), and some files have the same name, but are located in the corresponding folder.

Yves

Offline

 

# 3   2011-10-10 20:43:21 Missing file stm32l1xx.h from Circle-OS-4.2?

JamesSt
New member
Registered: 2010-01-17
Posts: 9

Re: Missing file stm32l1xx.h from Circle-OS-4.2?

Hi Yves,

Thanks for the heads up.  I'll look at this again later.  Been side tracked onto something else now - the ST USB Firmware Upgrade demo...

Regards,
James.

Offline

 

  • Index
  •  » circleOS
  •  » Missing file stm32l1xx.h from Circle-OS-4.2?

Board footer