473,410 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

How to modify the linker configuration file in visual studio ??

#pragma DATA_SECTION (".myvarloc");
uint8 measurements[30];

I have created a array of size 30 in my program as above.

MEMORY
{
MYMEMORY(rw) : ORIGIN = 0x00007800, LENGTH = 5K
}

.myvars (NOLOAD) :
{
*(. myvarloc)

} > MYMEMORY

But how to add the above code in the linker file in my IDE. I am using visual studio C++
Jan 13 '14 #1
0 968

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Paradox | last post by:
I have tried to run setup from source for PyOpenGL and PIL and on both I get this error "error: Python was built with version 6 of Visual Studio, and extensions need to be built with the same...
1
by: Veerle | last post by:
Hi, I have 5 files open in Visual Studio .NET. When I try to close the second file, Visual Studio closes too. When I reopen Visual Studio and then try to close the second file, Visual studio...
2
by: Joel Cade | last post by:
I'm having a problem with ASP.Net on a machine with both .Net Framework 1.0 and 1.1. This application is targeted to 1.0 using IIS application extension mappings. The following error page is...
4
by: Charts | last post by:
6/23/05 ..NET Development\Framework\dotnet.framework.aspnet Visual Studio 2005 Beta 2 project cannot work in IIS virtual directory I used Visual Studio 2005 Beta 2 to build a simple new...
1
by: Andy | last post by:
This is driving me to insanity!!! I do not have a lot of experience with IIS which probably is not helping but as far as I can tell I am do things as per the MSDN documentation. I have a...
1
by: Cindy H | last post by:
Hi I have two web projects in one solution in Visual Studio.Net. I uploaded this web application to my hosting service. When I click on a link which should take me to the application in the...
1
by: Gugale at Lincoln | last post by:
Hi, I used soapsuds tool to create an interface assembly for a SAO. I created a client which uses this SAO and added a reference to the interface assembly. The client program worked well when I...
1
bajajv
by: bajajv | last post by:
Hi, I am trying my first program on visual studio 2005, and it is giving linker error - error LNK2019: unresolved external symbol _wWinMain@16 referenced in function ___tmainCRTStartup I have...
2
by: Fabullo | last post by:
Hi everyboby, I have some problem using the release configuration of Visual Studio and the following code. Is there anybody who can tell me how to use struct with inside a vector? Thank you ...
2
by: Sergio Youda | last post by:
This is the output of the software after that I try to compile it 1>Helper.obj : error LNK2019: riferimento al simbolo esterno _GdiplusStartup@12 non risolto nella funzione "public: __thiscall...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.