]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/am_sysinfo.git/log
apps/am_sysinfo.git
8 years agomem_util/makefile: Take LDFLAGS set in environment master
Jacob Stiffler [Wed, 16 Sep 2015 15:49:53 +0000 (11:49 -0400)]
mem_util/makefile: Take LDFLAGS set in environment

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
10 years agoUpdate make install error message origin/HEAD origin/master
Franklin S Cooper Jr [Wed, 5 Feb 2014 19:04:38 +0000 (13:04 -0600)]
Update make install error message

* Update make install error messages.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
10 years agomakefile modifications:
Jeff Lance [Wed, 5 Feb 2014 16:27:51 +0000 (10:27 -0600)]
makefile modifications:
* verify target filesystem exists. If no target filesystem, then warn
the builder to run the setup.sh script to create the target filesystem.
* also moved install logic to the lower level makefiles to be consistent.

Signed-off-by: Jeff Lance <j-lance1@ti.com>
10 years agoFix CCS toolchain directory paths
Franklin S. Cooper Jr [Tue, 4 Jun 2013 17:43:43 +0000 (12:43 -0500)]
Fix CCS toolchain directory paths

* The CCS project file included hard coded paths to toolchain sdk directories.
* This paths are outdated after the toolchain sdk structure was updated.
* The .cproject issue will now be fixed by using a temporary value which
  will be replaced by the OE build system used to build the SDK.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
10 years agoam_sysinfo: Allow CFLAGS to be overridden.
Franklin S. Cooper Jr [Tue, 30 Apr 2013 02:22:37 +0000 (21:22 -0500)]
am_sysinfo: Allow CFLAGS to be overridden.

* Allow CFLAGS to be overridden so Makefiles can support different architecture
  and allow different toolchains to be used.

11 years agoam_sysinfo: Create and remove Debug and Release directory
Franklin S. Cooper Jr [Thu, 1 Nov 2012 00:54:07 +0000 (19:54 -0500)]
am_sysinfo: Create and remove Debug and Release directory

* This project was originally located in svn which stored an empty
  Debug and Release directory. Since git doesn't store empty directories
  the Debug and Release must be created by the makefile.
* Clean now deletes the entire Debug and Release directory not just their
  contents.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
11 years agoRemove oprofile_example
fcooper [Mon, 13 Aug 2012 15:21:03 +0000 (15:21 +0000)]
Remove oprofile_example

12 years agoAdding CCSv5 support projects
jlance [Tue, 29 Nov 2011 01:04:08 +0000 (01:04 +0000)]
Adding CCSv5 support projects

12 years agoRemoving white space
jlance [Sat, 26 Nov 2011 22:40:31 +0000 (22:40 +0000)]
Removing white space

12 years agoAdding some addtional work by the child process
jlance [Sat, 26 Nov 2011 22:40:26 +0000 (22:40 +0000)]
Adding some addtional work by the child process

Signed-off-by: Jeff Lance <j-lance1@ti.com>
12 years agoAdding #include <stdlib> to remove warning messgage
jlance [Sat, 26 Nov 2011 22:40:21 +0000 (22:40 +0000)]
Adding #include <stdlib> to remove warning messgage

Signed-off-by: Jeff Lance <j-lance1@ti.com>
12 years agoFix issue with oprofile example - signal_parent.c
jlance [Tue, 22 Nov 2011 17:45:12 +0000 (17:45 +0000)]
Fix issue with oprofile example - signal_parent.c

12 years agoAdding oprofile_example
jlance [Tue, 22 Nov 2011 00:07:46 +0000 (00:07 +0000)]
Adding oprofile_example

12 years agoMake default build configuration be Release in CCS project.
mtadyshak [Sat, 19 Nov 2011 00:16:06 +0000 (00:16 +0000)]
Make default build configuration be Release in CCS project.

12 years agoUpdate CCS project files to include paths to include files. Add dash where Rules...
mtadyshak [Wed, 16 Nov 2011 01:03:51 +0000 (01:03 +0000)]
Update CCS project files to include paths to include files.  Add dash where Rules.make included.  Add $ALL_RELEASE var.

12 years agoModifying makefile to look like OE style makefile and moving away from auto-gen makef...
jlance [Mon, 24 Oct 2011 16:33:17 +0000 (16:33 +0000)]
Modifying makefile to look like OE style makefile and moving away from auto-gen makefile in CCSv5

13 years agoUpdating am-sysinfo to make it CCSv5 compatible
jlance [Mon, 17 Jan 2011 20:14:39 +0000 (20:14 +0000)]
Updating am-sysinfo to make it CCSv5 compatible
  * adding a Debug directory
  * updating .cproject and .project
  * adding a top level makefile

13 years agoModifying this project to compile for ARM9ES-S which will support arm9 and cortex-a8.
jlance [Fri, 7 Jan 2011 16:35:18 +0000 (16:35 +0000)]
Modifying this project to compile for ARM9ES-S which will support arm9 and cortex-a8.

 * This reason for this is due to CCSv5 limitations.
 * Once there is methode to pass in CFLAGS including the ARM architecture, then it should support
   any ARM architecture.

13 years agoRemoving all compiler generated files from this repository.
jlance [Fri, 7 Jan 2011 16:29:39 +0000 (16:29 +0000)]
Removing all compiler generated files from this repository.

13 years agoAdding memory utility project
pprakash [Thu, 22 Apr 2010 15:56:35 +0000 (15:56 +0000)]
Adding memory utility project

13 years agoInitial Repository Skeleton
root [Thu, 22 Apr 2010 15:30:26 +0000 (15:30 +0000)]
Initial Repository Skeleton