Home arrow Support arrow Forums

Luminary Micro Forums

<< Start < Prev 1 2 Next > End >>

orinem

Expert Boarder
Click here to see the profile of this user

2006/11/08 12:27

Re:Some examples for the GNU toolchain

Hi Martin,

I built your FreeRTOS port on Linux and ran into a couple of problems:

Some of your include paths have backslashes in them. Switching them to forward slashes will work on both Windows and Linux.

Linux filenames are case sensitive so I had to change Task.h to task.h in main.c.

Orin.

login or register to reply

mthomas

Senior Boarder
Click here to see the profile of this user

2006/11/14 08:43

Re:Some examples for the GNU toolchain

orinem wrote:

I built your FreeRTOS port on Linux and ran into a couple of problems:

Some of your include paths have backslashes in them. Switching them to forward slashes will work on both Windows and Linux.

Linux filenames are case sensitive so I had to change Task.h to task.h in main.c.


Orin,

Thanks for the information. It's not my code. I have just done some small extensions/modifications and (obviously) just use OS from MS to test the build-process. As far as I can see most of the backslash/slash and upper-/lowercase issues are already in the original code found in the FreeRTOS-package. Can you provide a patch-file? Maybe Richard Barry is also interested.

Martin

login or register to reply

orinem

Expert Boarder
Click here to see the profile of this user

2006/11/14 12:38

Re:Some examples for the GNU toolchain

mthomas wrote:
orinem wrote:

Orin,

Thanks for the information. It's not my code. I have just done some small extensions/modifications and (obviously) just use OS from MS to test the build-process. As far as I can see most of the backslash/slash and upper-/lowercase issues are already in the original code found in the FreeRTOS-package. Can you provide a patch-file? Maybe Richard Barry is also interested.

Martin


I think I have the original FreeRTOS code around. I'll take a look and post anything I find up on the FreeRTOS message board.

Orin.

login or register to reply

mthomas

Senior Boarder
Click here to see the profile of this user

2006/11/16 12:42

Re:Some examples for the GNU toolchain

The incompatibilities with the directory-separators and upper/lowercase in filenames should be fixed now. Package has been updated.

login or register to reply

c_oflynn

Junior Boarder
Click here to see the profile of this user

2006/12/24 19:10

Re:Some examples for the GNU toolchain

Hello again,

I was looking over the rules more carefully, and note that they demand:

project software must be developed using Keil’s RealView Microcontroller Development Kit.

Which to me sounds like perhaps GCC is go after all? The dev kit has an option to use GNU, so you can do all the development using that kit?

Regards,

-Colin

Post edited by: c_oflynn, at: 2006/12/24 19:56

login or register to reply

englere

Gold Boarder
Click here to see the profile of this user

2007/01/03 01:23

Re:Some examples for the GNU toolchain

Which to me sounds like perhaps GCC is go after all? The dev kit has an option to use GNU, so you can do all the development using that kit?

But the gcc version that comes with Realview is quite old and doesn't support the Cortex Thumb-2.

As far as I can determine, the CodeSourcery gcc is the only flavor of gcc that supports these devices now.

login or register to reply
<< Start < Prev 1 2 Next > End >>